added base structure for layout and footer templates
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{include="layout"}
|
||||
<h3>Hello World!</h3>
|
||||
{include="footer"}
|
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
{include="layout"}
|
||||
<h3>Hello World!</h3>
|
||||
{include="footer"}
|