6 lines
No EOL
244 B
HTML
6 lines
No EOL
244 B
HTML
<div class="blockquote-div">
|
|
<blockquote class="blockquote-actual"{% if url %} cite="{{url}}"{% endif %}>
|
|
<p>{{body}}</p>
|
|
</blockquote>
|
|
{% if author %} <p>{{author}}, {% if source %}<cite>{{source}}</cite>{% endif %}</p> {% endif %}
|
|
</div> |