Empty node types page

This commit is contained in:
Brandon Dyck 2024-08-06 11:28:16 -06:00
parent 3ec9dcf2fc
commit fbd1a58e62
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{% function block.pagebody() %}
<h2>Node types</h2>
<form><button>new</button></form>
{% end %}
{% render('layout') %}

View File

@ -0,0 +1,2 @@
local r = fm.getRequest()
fm.render("node-types")