Auto-indent the base template
This commit is contained in:
parent
9581ca16ab
commit
7ea58907e6
1 changed files with 59 additions and 59 deletions
|
@ -40,24 +40,24 @@
|
||||||
</section>
|
</section>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<ul>
|
<ul>
|
||||||
{% get_page 'licences' as licences_page %}
|
{% get_page 'licences' as licences_page %}
|
||||||
{% if licences_page %}
|
{% if licences_page %}
|
||||||
<a href="{% url 'page' 'licences' %}">{{ licences_page.title }}</a>
|
<a href="{% url 'page' 'licences' %}">{{ licences_page.title }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
--
|
--
|
||||||
{% get_page 'legal' as legal_page %}
|
{% get_page 'legal' as legal_page %}
|
||||||
{% if legal_page %}
|
{% if legal_page %}
|
||||||
<a href="{% url 'page' 'legal' %}">{{ legal_page.title }}</a>
|
<a href="{% url 'page' 'legal' %}">{{ legal_page.title }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
--
|
--
|
||||||
{% get_page 'contact' as contact_page %}
|
{% get_page 'contact' as contact_page %}
|
||||||
{% if contact_page %}
|
{% if contact_page %}
|
||||||
<a href="{% url 'page' 'contact' %}">{{ contact_page.title }}</a>
|
<a href="{% url 'page' 'contact' %}">{{ contact_page.title }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue