mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-17 16:13:13 -06:00
Refactor .content-inner div to wrap all content blocks
This commit is contained in:
@@ -13,9 +13,11 @@
|
||||
<div class="content-outer">
|
||||
<div class="content">
|
||||
{% include 'layouts/header.html' %}
|
||||
{% block content %}
|
||||
Do not extend <strong>base.html</strong> directly.
|
||||
{% endblock content %}
|
||||
<div class="content-inner">
|
||||
{% block content %}
|
||||
Do not extend <strong>base.html</strong> directly.
|
||||
{% endblock content %}
|
||||
</div>
|
||||
</div>
|
||||
{% include 'layouts/footer.html' %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user