summaryrefslogtreecommitdiffstats
path: root/templates/devel/blank.html
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-30 03:42:50 +0100
committereliott <eliott@cactuswax.net>2007-12-30 03:42:50 +0100
commit8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901 (patch)
treeaa49de02aa64dfade956dbd9e79f09bf7fc06f13 /templates/devel/blank.html
parent45454908dfa2c925c4689d74fc84c4c2055257ab (diff)
downloadarchweb-8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901.tar.gz
archweb-8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901.tar.xz
Moved some templates around
Diffstat (limited to 'templates/devel/blank.html')
-rw-r--r--templates/devel/blank.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/devel/blank.html b/templates/devel/blank.html
new file mode 100644
index 0000000..d1e7b71
--- /dev/null
+++ b/templates/devel/blank.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+
+{% block content %}
+<div class="box">
+ <h2 class="title">Download Arch Linux</h2>
+ <br /><br />
+</div>
+<br /><br />
+{% endblock %}
+