mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
8 lines
211 B
HTML
8 lines
211 B
HTML
<section class="py-4 text-center container">
|
|
<div class="row">
|
|
<div class="mx-auto">
|
|
{% block header_content %}{% endblock %}
|
|
</div>
|
|
</div>
|
|
</section>
|