5 lines
118 B
Cheetah
5 lines
118 B
Cheetah
|
{% function block.pagebody() %}
|
||
|
<h2>Node types</h2>
|
||
|
<form><button>new</button></form>
|
||
|
{% end %}
|
||
|
{% render('layout') %}
|