X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2a5199f0110b5b6fd8b45828036061995c032336..2615b92fd43e588bc401d328a1fbf8435e028528:/templates/page.tmpl?ds=sidebyside diff --git a/templates/page.tmpl b/templates/page.tmpl index 703a6d8de..8659018a0 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -117,6 +117,7 @@ <TMPL_VAR CONTENT> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> +<TMPL_UNLESS DYNAMIC> <TMPL_IF COMMENTS> <TMPL_IF HTML5><section id="comments"><TMPL_ELSE><div id="comments"></TMPL_IF> <TMPL_VAR COMMENTS> @@ -129,6 +130,7 @@ </TMPL_IF> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> +</TMPL_UNLESS> </div>