aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-08-02 20:39:08 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-08-02 20:39:08 +0200
commit6a351ac15e3604b94e39cde39eb63de421a7e0ef (patch)
tree84b0b442961695cc869d2d3e883f2ee211950783 /templates
parentf871619d7fedbf973c249ad6e16c0fcf7e819cf8 (diff)
downloadmitjafelicijan.com-6a351ac15e3604b94e39cde39eb63de421a7e0ef.tar.gz
Added makext
Diffstat (limited to 'templates')
-rw-r--r--templates/page-no-title.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/page-no-title.html b/templates/page-no-title.html
new file mode 100644
index 0000000..16ca10d
--- /dev/null
+++ b/templates/page-no-title.html
@@ -0,0 +1,10 @@
1{{ template "base.html" . }}
2
3{{ define "title" }}{{ .Page.Title }}{{ end }}
4{{ define "description" }}{{ .Page.Summary }}{{ end }}
5
6{{ define "content" }}
7<article>
8 <div>{{ .Page.HTML }}</div>
9</article>
10{{ end }}