Changed the templating engine to a custom one. First bugged working example
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
{{define "user"}}{{template "base" .}}{{end}}
|
||||
{{define "content"}}
|
||||
<div class="card">
|
||||
<h2>@{{.Viewed.Username}}</h2>
|
||||
|
||||
Reference in New Issue
Block a user