2017-10-26 21:54:02 +01:00
|
|
|
{{ define "main" }}
|
|
|
|
<div id="main">
|
|
|
|
<div class="container">
|
2017-10-27 22:56:44 +01:00
|
|
|
{{ partial "content.html" . }}
|
2017-10-26 21:54:02 +01:00
|
|
|
</div>
|
2018-08-17 23:19:40 +01:00
|
|
|
{{ partial "share.html" . }}
|
2020-07-24 22:44:08 +01:00
|
|
|
{{ partial "related-content.html" . }}
|
2017-10-26 21:54:02 +01:00
|
|
|
</div>
|
|
|
|
{{ end }}
|
2022-01-03 13:12:38 +00:00
|
|
|
|
|
|
|
{{ define "style_extra" }}
|
|
|
|
{{ partial "style.html" "css/shareon.css" }}
|
|
|
|
{{ partial "style.html" "css/highlight.css" }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ define "scripts_extra" }}
|
|
|
|
{{ partial "script_async.html" "js/shareon.js" }}
|
|
|
|
{{ end }}
|