Starting a test for blocks and inline partials.

This commit is contained in:
Tom Alexander 2020-05-09 15:38:15 -04:00
parent afda9ce22f
commit c09bedd94b
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
4 changed files with 8 additions and 0 deletions

View File

View File

@ -0,0 +1 @@
The block content is from {+inject/}

View File

@ -0,0 +1,4 @@
{"people": [
{"name": "Alice", "item": "cat"},
{"name": "Bob"}
]}

View File

@ -0,0 +1,3 @@
{<inject}Before Partial{/inject}
{>"base"/}
{<inject}After Partial{/inject}