More consistent arrangement of base templates.

This commit is contained in:
Kelketek Rritaa 2014-06-29 10:55:29 -05:00
parent 54bb593f5e
commit 0729bf10b7
4 changed files with 3 additions and 4 deletions

View file

@ -0,0 +1,18 @@
{% extends "base.html" %}
{% block header_ext %}
{% endblock %}
{% block sidebar %}
{% endblock %}
{% block content %}
<h1 id="alt-layout">To Be Implemented...</h1>
<p>
This feature has yet to be implemented, but rest assured that it will be!
<br />
<br />
<br />
Eventually...
</p>
{% endblock %}