From 52eea81494a507eb69751dea54f98270b53d9844 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Thu, 26 Nov 2020 15:10:46 +0300 Subject: add links page --- wqflask/wqflask/templates/links.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 wqflask/wqflask/templates/links.html (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/links.html b/wqflask/wqflask/templates/links.html new file mode 100644 index 00000000..7b092839 --- /dev/null +++ b/wqflask/wqflask/templates/links.html @@ -0,0 +1,21 @@ +{% extends "base.html" %} + +{% block title %}Links{% endblock %} + +{% block css %} + +{% endblock %} + +{% block content %} + +
+ Edit on Github +
+ +
+ {{ rendered_markdown|safe }} + +
+ + +{% endblock %} \ No newline at end of file -- cgit v1.2.3