So many stuphs
This commit is contained in:
@ -12,16 +12,27 @@
|
||||
<title>{{ title ?? site:name }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{# <nav> #}}
|
||||
<nav id="nav" class="navbar is-primaryt is-fixed-top p-5" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item squircle" href="/">
|
||||
<img src="/assets/logo2.svg" style="height:5rem;"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="navbar-end">
|
||||
<a class="navbar-item button is-rounded has-text-primary" href="{{ hfs:lien_billetterie }}" target="_blank">
|
||||
Billetterie
|
||||
</a>
|
||||
</div>
|
||||
{{# {{ nav:collection:pages include_home="true" }} #}}
|
||||
{{# <a href="{{ url }}">{{ title }}</a> #}}
|
||||
{{# {{ /nav:collection:pages }} #}}
|
||||
{{# </nav> #}}
|
||||
</nav>
|
||||
|
||||
<div>
|
||||
{{# <div> #}}
|
||||
{{ template_content }}
|
||||
</div>
|
||||
{{# </div> #}}
|
||||
|
||||
<footer>Footer</footer>
|
||||
</body>
|
||||
<script src="/assets/js/main.js"></script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user