1
0
forked from HPR/hpr_generator

Remove uneeded looping directives

This was part of experimental phase for generating mulitple pages
from one template.
This commit is contained in:
2022-07-28 22:29:49 -04:00
parent 179093c60d
commit 74b806f712

View File

@@ -1,9 +1,3 @@
<!--% IF config.multipage == "true" && config.ids.count() > 0 %-->
<!--% ELSIF config.multipage == "true" %-->
<!--% ELSE %-->
<!--% page_ids = ['0'] %-->
<!--% END %-->
<!--% FOREACH page_id IN page_ids %-->
<!DOCTYPE HTML>
<html lang="en">
<head>
@@ -130,4 +124,3 @@
</footer>
</div>
<!-- shadow -->
<!--% END %-->