diff --git a/app/templates/links.html b/app/templates/links.html new file mode 100644 index 0000000..376bd02 --- /dev/null +++ b/app/templates/links.html @@ -0,0 +1,58 @@ + + +Links
+ diff --git a/app/templates/node_rendered.html b/app/templates/node_rendered.html index 0eb761d..4f59d13 100644 --- a/app/templates/node_rendered.html +++ b/app/templates/node_rendered.html @@ -39,50 +39,6 @@ Try listing nodes or perhaps search. {% endif %} - -Links
- - - +{% include "links.html" %} {% endblock %}