splitted twig templates in multiple files
This commit is contained in:
6
views/partials/_header.twig
Normal file
6
views/partials/_header.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
<header>
|
||||
<h1>
|
||||
<a href="/">Mon Blog</a> |
|
||||
<a href="/admin">Admin</a>
|
||||
</h1>
|
||||
</header>
|
||||
Reference in New Issue
Block a user