Files
mayan-edms/mayan/apps/appearance/templates/appearance/generic_subtemplate.html
2015-06-29 14:21:42 -04:00

10 lines
179 B
HTML

<div class="well">
{% if content %}
<p>{{ content }}</p>
{% endif %}
{% for paragraph in paragraphs %}
<p>{{ paragraph }}</p>
{% endfor %}
</div>