summaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-13 05:27:25 +0000
committerLars Wirzenius <liw@liw.fi>2021-04-13 05:27:25 +0000
commita1eb4dd20564b1d2cf58c65bc99ea704d92402fa (patch)
treea7188ee884760c4b529c73c73b01047f0521aeed /templates/page.tmpl
parentf3a2a5373466deeea80b47e9b96ea5f4b6eeeef4 (diff)
parent9c3aea4d8b39fda71598d952836ff4bf6095e9ab (diff)
downloadvmdb2.liw.fi-a1eb4dd20564b1d2cf58c65bc99ea704d92402fa.tar.gz
Merge branch 'contrib' into 'main'
Update docs for contributing to vmdb2 development See merge request larswirzenius/vmdb2-web!1
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 712a65f..849dd7d 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -19,6 +19,15 @@
<span class="title">
<TMPL_VAR TITLE>
</span>
+
+<TMPL_IF TAGS>
+<nav class="tags">
+<TMPL_LOOP TAGS>
+<TMPL_VAR LINK>
+</TMPL_LOOP>
+</nav>
+</TMPL_IF>
+
</span>
</header>
</section>