mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 15:07:17 +03:00
15 lines
225 B
HTML
15 lines
225 B
HTML
|
<!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>
|