This repository has been archived on 2026-03-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blog-slim.old/views/partials/_header.twig
2026-02-22 19:48:40 +01:00

7 lines
108 B
Twig

<header>
<h1>
<a href="/">Mon Blog</a> |
<a href="/admin">Admin</a>
</h1>
</header>