blob: 352c427c1754eca4260460fcfb0ad2555d95a056 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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/test11.jpg" alt="test-wide" width="1000" height="1000" 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/test.jpg" alt="test image." width="1000" height="667" />
<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/test.jpg" alt="test image." width="1000" height="667" />
<img src="/static/media/test.jpg" alt="test image." width="1000" height="667" />
<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}}
|