blob: 5601cbbfbcb6aeb0fe51f03f8d3f73bf7bdae266 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{% extends "main/base.html" %}
{% block title %}Wiki | Home{% endblock %}
{% block og_title %}Wiki | Home{% endblock %}
{% block og_description %}Landing page for the wiki{% endblock %}
{% block content %}
<div class="uk-container uk-section">
<h1 class="uk-title uk-text-center">
Placeholder text.
</h1>
</div>
{% endblock %}
|