This commit is contained in:
nicco 2018-01-21 23:02:21 +01:00
parent 02d3f2bd53
commit 762ada2fec
3 changed files with 5 additions and 0 deletions

3
views/sub/button.html Normal file
View File

@ -0,0 +1,3 @@
<button>
Test
</button>

1
views/sub/form.html Normal file
View File

@ -0,0 +1 @@
<input type="text"> {{> sub/button}}

View File

@ -8,6 +8,7 @@
{{# asdfkjashdlkfjashdlkj #}} {{# asdfkjashdlkfjashdlkj #}}
<section> <section>
{{> sub/form }}
<h2>{{ title }}</h2> <h2>{{ title }}</h2>
<p>{{ body.p[1].check }}</p> <p>{{ body.p[1].check }}</p>
</section> </section>