evorepo/templates/public/blank.html

9 lines
200 B
HTML
Raw Normal View History

{% 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 %}