Updated template page semantics

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Thayer Williams 2010-03-16 11:24:37 -07:00 committed by Dan McGee
parent 465a74eddb
commit 06f5261352

View File

@ -1,10 +1,8 @@
{% extends "base.html" %}
{% block title %}Arch Linux - Sample Page Title{% endblock %}
{% block content %}
<div class="box">
<h2 class="title">Download Arch Linux</h2>
<br /><br />
<div id="sample-page-id" class="box">
<h2>Sample page title</h2>
</div>
<br /><br />
{% endblock %}