15 lines
352 B
Twig
15 lines
352 B
Twig
<div id="body-inner">
|
|
<h1>{{ page.title }}</h1>
|
|
<p>
|
|
{{ page.content|raw }}
|
|
</p>
|
|
|
|
<script>
|
|
window.goatcounter = {
|
|
path: function(p) { return location.host + p }
|
|
}
|
|
</script>
|
|
<script data-goatcounter="https://exu.goatcounter.com/count"
|
|
async src="//gc.zgo.at/count.js"></script>
|
|
</div>
|