All checks were successful
Builds / ExectOS WebSite (push) Successful in 15s
Reviewed-on: #1 Reviewed-by: Piotr Likoski <likoski@noreply.codingworkshop.git> Co-authored-by: Rafal Kupiec <belliash@codingworkshop.eu.org> Co-committed-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
6 lines
80 B
HTML
6 lines
80 B
HTML
{{ define "main" }}
|
|
<h2>{{ .Title }}</h2>
|
|
{{ .Content }}
|
|
<br /><br />
|
|
{{ end }}
|