feat: initial implementation

This commit is contained in:
Vivek R
2019-04-10 02:29:17 +05:30
commit 0acbe2865d
15 changed files with 487 additions and 0 deletions

View 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>