diff options
Diffstat (limited to 'templates/wiki/page_source.html')
-rw-r--r-- | templates/wiki/page_source.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/wiki/page_source.html b/templates/wiki/page_source.html deleted file mode 100644 index 15384aa9..00000000 --- a/templates/wiki/page_source.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "wiki/base.html" %} -{% block title %}Wiki | {{ data["title"] }}{% endblock %} -{% block og_title %}Wiki | {{ data["title"] }}{% endblock %} -{% block og_description %}{% endblock %} -{% block content %} - <div class="uk-container uk-container-small"> - <h2 class="uk-title"> - {{ data["title"] }} - </h2> - - {{ rst | safe }} - </div> -{% endblock %}
\ No newline at end of file |