You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
270 B
HTML
14 lines
270 B
HTML
2 years ago
|
{{template "base" .}}
|
||
|
|
||
|
{{define "title"}}{{ .Dispensa.Title }} • Appunti • PHC{{end}}
|
||
|
|
||
|
{{define "body"}}
|
||
|
<section>
|
||
|
<h1>
|
||
|
<i class="fas fa-book"></i>
|
||
|
{{ .Dispensa.Title }}
|
||
|
</h1>
|
||
|
<p>
|
||
|
{{ .Dispensa.Description }}
|
||
|
</p>
|
||
|
{{end}}
|