ccm-website/templates/shortcodes/blockquote.html
2024-11-12 13:05:12 +02:00

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>