diff options
Diffstat (limited to 'html/projects/project4.tmpl.html')
-rw-r--r-- | html/projects/project4.tmpl.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/html/projects/project4.tmpl.html b/html/projects/project4.tmpl.html new file mode 100644 index 0000000..d48b985 --- /dev/null +++ b/html/projects/project4.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 |