Skip to content
Snippets Groups Projects
Commit 62fc7fba authored by jan.bednarik's avatar jan.bednarik
Browse files

uniweb: Switch to Pirate template

parent 2768bdd9
No related branches found
No related tags found
2 merge requests!101Uniweb,!100Uniweb
{% extends "uniweb/base.html" %} {% extends "uniweb/base.html" %}
{% block content %} {% block content %}
<main>
<!-- CONTENT -->
<main role="main">
{% include "uniweb/snippet_sections.html" %} {% include "uniweb/snippet_sections.html" %}
</main> </main>
<!-- /CONTENT -->
{% endblock %} {% endblock %}
...@@ -2,13 +2,9 @@ ...@@ -2,13 +2,9 @@
{% load wagtailcore_tags %} {% load wagtailcore_tags %}
{% block content %} {% block content %}
<main>
<!-- CONTENT -->
<main role="main">
{% include "uniweb/snippet_sections.html" %} {% include "uniweb/snippet_sections.html" %}
</main> </main>
<!-- /CONTENT -->
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment