8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
|
{{template "header" .}}
|
||
|
<div class="sub-title">- {{ .Title }} -</div>
|
||
|
<div id="about"></div>
|
||
|
<script>
|
||
|
document.getElementById('about').innerHTML = marked({{ .Data.Body }});
|
||
|
</script>
|
||
|
{{template "footer" .}}
|