summaryrefslogtreecommitdiffstats
path: root/templates/public/blank.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/blank.html')
-rw-r--r--templates/public/blank.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/public/blank.html b/templates/public/blank.html
index f0bcedf..2a8c83f 100644
--- a/templates/public/blank.html
+++ b/templates/public/blank.html
@@ -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 %}
-