Updated the layout to have a blockstart for every page so that markdown works.

This commit is contained in:
Zed A. Shaw 2025-08-04 23:34:24 -04:00
parent d856784823
commit d98325564f
16 changed files with 26 additions and 53 deletions

View file

@ -2,7 +2,6 @@
let Data = new PaginateTable("/api/admin/table")
</script>
<blockstart>
<h1>Admin Rows</h1>
<block x-data="Data">
@ -16,5 +15,3 @@
</template>
</ul>
</block>
</blockstart>