From 5c2664c56e13636f61a87f9ddb39aa55661310e4 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 12 Sep 2024 23:03:06 +0300 Subject: Add a generic gn_docs template. --- gn2/wqflask/templates/generic_gn_docs.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 gn2/wqflask/templates/generic_gn_docs.html (limited to 'gn2') diff --git a/gn2/wqflask/templates/generic_gn_docs.html b/gn2/wqflask/templates/generic_gn_docs.html new file mode 100644 index 00000000..2f591f38 --- /dev/null +++ b/gn2/wqflask/templates/generic_gn_docs.html @@ -0,0 +1,24 @@ +{% extends "base.html" %} + +{% block title %} {{ file_title|capitalize }} {% endblock %} + +{% block css %} + +{% endblock %} + +{% block content %} + +