Moved everything out of the theme

This commit is contained in:
Oliver Davies 2015-05-25 10:13:17 +01:00
parent 347fe76db6
commit f20fba6dbf
27 changed files with 4 additions and 6 deletions

View file

@ -0,0 +1,8 @@
{% extends 'default' %}
{% block content_wrapper %}
<div class="content">
{% if page.website %}<a href="{{ page.website }}">{{ page.website }}</a>{% endif %}
{% block content %}{% endblock %}
</div>
{% endblock %}