Basic template for a page header.
This commit is contained in:
4
default_environment/templates/html/page_header.dust
Normal file
4
default_environment/templates/html/page_header.dust
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="page_header">
|
||||
<a href="{.home_link}">{.website_title}</a>
|
||||
{! TODO: Additional links? !}
|
||||
</div>
|
||||
Reference in New Issue
Block a user