summaryrefslogtreecommitdiffstats
path: root/templates/public/blank.html
blob: 2a8c83f4ad190d89dfbd528c9250ebcc5ba0ee7a (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% block title %}Arch Linux - Sample Page Title{% endblock %}

{% block content %}
<div id="sample-page-id" class="box">
    <h2>Sample page title</h2>
</div>
{% endblock %}