mirror of
https://github.com/fruworg/themu.git
synced 2025-06-12 09:40:25 +03:00
Init
This commit is contained in:
15
layouts/_default/term.html
Normal file
15
layouts/_default/term.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<body>
|
||||
<div class="container wrapper tags">
|
||||
{{ partial "head.html" . }}
|
||||
|
||||
<h1 class="page-title">All tags</h1>
|
||||
</div>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user