aboutsummaryrefslogtreecommitdiff
path: root/html/projects/project.tmpl.html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2024-09-28 12:29:15 -0400
committerAlex Scerba <alex@scerba.org>2024-09-28 12:29:15 -0400
commit7bdc911cceeb54aca1b16713d6df953d7d62ab4f (patch)
tree12cafbeefe60ac7a349441a19f4d7220140077a5 /html/projects/project.tmpl.html
parent39729d48024ce85cc7ddc2cea98e2c210c379768 (diff)
Add temporary projects
Diffstat (limited to 'html/projects/project.tmpl.html')
-rw-r--r--html/projects/project.tmpl.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/html/projects/project.tmpl.html b/html/projects/project.tmpl.html
new file mode 100644
index 0000000..d48b985
--- /dev/null
+++ b/html/projects/project.tmpl.html
@@ -0,0 +1,32 @@
+{{define "title"}}{{.Post.Title}}{{end}}
+{{define "description"}}Husqvarna Val CCS unsponsored project.{{end}}
+{{define "uploaded-on"}}2024-05-08{{end}}
+{{define "keywords"}}project CCS{{end}}
+{{ define "canonical" }}/projects{{end}}
+
+{{define "main"}}
+ <div class="project-grid">
+ <h1>{{.Post.Title}}</h1>
+ <div>
+ <h2>channel</h2>
+ <p>One Two</p>
+ <h2>tags</h2>
+ <p>One Two Three Four</p>
+ </div>
+ <img src="/static/media/test21.jpg" alt="test-wide" width="1000" height="500" class="main-image" />
+ <div>
+ <h2>heading</h2>
+ <p>This is a bunch of extra content and stuff that you'll probably want obviously.</p>
+ <p>Another paragraph.</p>
+ </div>
+ <img src="/static/media/test43.jpg" alt="test image." width="1000" height="750" />
+ <div>
+ <h2>heading</h2>
+ <p>This is a bunch of extra content and stuff that you'll probably want obviously.</p>
+ <p>Another paragraph.</p>
+ </div>
+ <img src="/static/media/test11.jpg" alt="test image." width="1000" height="1000" />
+ <img src="/static/media/test11.jpg" alt="test image." width="1000" height="1000" />
+ <iframe width="1920" src="https://www.youtube.com/embed/RXhwG4fjCKw?si=Bj5jhNxfdjiXy_Ch" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
+ </div>
+{{end}} \ No newline at end of file