merge_email_verifier #3
|
@ -82,14 +82,14 @@
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
||||||
<div class="col m-3" id="main_content">
|
<div class="col m-3" id="main_content">
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<h1 class="q-title-show">Quote of the Moment</h1>
|
|
||||||
<div class="q-display p-3">
|
<h1 class="title-show">Quote of the Moment</h1>
|
||||||
{# <i class="fa fa-quote-left"></i> #}
|
<div class="quote-box p-3">
|
||||||
<p class="d-inline">
|
<i class="fa fa-quote-left"></i><br>
|
||||||
{{ quote | raw }}
|
{{ quote | raw | nl2br }}
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue