diff options
| author | 2018-04-04 16:09:05 +0100 | |
|---|---|---|
| committer | 2018-04-04 16:09:05 +0100 | |
| commit | 1d1e17f7f19203d449c8641794cd2c61705fdcd2 (patch) | |
| tree | 63640306e93059a181b2af04952b0403c38ef8ee /templates/wiki/page_missing.html | |
| parent | CSRF error route doesn't do shit, sadly (diff) | |
Early wiki work including a WS test route for RST parsing
Diffstat (limited to 'templates/wiki/page_missing.html')
| -rw-r--r-- | templates/wiki/page_missing.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/wiki/page_missing.html b/templates/wiki/page_missing.html new file mode 100644 index 00000000..5601cbbf --- /dev/null +++ b/templates/wiki/page_missing.html @@ -0,0 +1,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 %}
\ No newline at end of file |