diff options
| author | a73x <[email protected]> | 2024-08-27 19:43:56 +0100 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-08-27 20:23:18 +0100 |
| commit | d38fc83df3824b840f0b3930e4cb7236bdab84b2 (patch) | |
| tree | 586a7f940291f933ef2a7e05b20dff21ded6d78a /templates/post.html | |
| parent | cffb105a9ff8ed5d7aa04e5f4097368f6be38b8e (diff) | |
feat(content): support templating in content
this is tired person code
don't write tired person code
Diffstat (limited to 'templates/post.html')
| -rw-r--r-- | templates/post.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/post.html b/templates/post.html deleted file mode 100644 index 0a6cc6e..0000000 --- a/templates/post.html +++ /dev/null @@ -1,6 +0,0 @@ -{{template "base" .}} -{{define "content"}} -<h1>{{.Title}}</h1> -{{ .Post }} -{{end}} - |
