diff options
author | eliott <eliott@cactuswax.net> | 2007-12-29 18:42:50 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-29 18:42:50 -0800 |
commit | 8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901 (patch) | |
tree | aa49de02aa64dfade956dbd9e79f09bf7fc06f13 /templates/devel/blank.html | |
parent | 45454908dfa2c925c4689d74fc84c4c2055257ab (diff) |
Moved some templates around
Diffstat (limited to 'templates/devel/blank.html')
-rw-r--r-- | templates/devel/blank.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/devel/blank.html b/templates/devel/blank.html new file mode 100644 index 00000000..d1e7b71b --- /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 %} + |