added template expanding

This commit is contained in:
gyoder 2025-06-23 20:04:08 -06:00
parent 013317c13c
commit 0c33e46b30
4 changed files with 82 additions and 12 deletions

View file

@ -0,0 +1 @@
<span>included1</span>

View file

@ -0,0 +1,4 @@
<div>
<p>test</p>
<include path="comp2_level2.html"/>
</div>

View file

@ -0,0 +1 @@
<span>included_twice</span>