Add Hello World page
This commit is contained in:
parent
c09e9fe49a
commit
bee365e47c
16 changed files with 18856 additions and 0 deletions
6
onyx/tpl/bootstrap/public/home.tpl
Normal file
6
onyx/tpl/bootstrap/public/home.tpl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{extends file="layout.tpl"}
|
||||
{block name=content}
|
||||
<h1>
|
||||
Hello World!
|
||||
</h1>
|
||||
{/block}
|
||||
Reference in a new issue