diff options
Diffstat (limited to 'resources/views/individual-list-page.phtml')
| -rw-r--r-- | resources/views/individual-list-page.phtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/views/individual-list-page.phtml b/resources/views/individual-list-page.phtml new file mode 100644 index 0000000000..fc9de325be --- /dev/null +++ b/resources/views/individual-list-page.phtml @@ -0,0 +1,7 @@ +<h2 class="wt-page-title"> + <?= $title ?> +</h2> + +<div class="wt-page-content"> + <?= $content ?> +</div> |
