2017-08-08 19:53:28 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
|
|
|
<div class="page">
|
|
|
|
<h1 class="page-title">{{ page.title }}</h1>
|
2017-08-28 10:35:51 +00:00
|
|
|
{% if page.authors %}
|
|
|
|
<div class="authors">par {{ page.authors }}</div>
|
|
|
|
{% endif %}
|
2017-08-08 19:53:28 +00:00
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% unless page.hide_printmsg == true %}
|
|
|
|
{% include printmsgpages.html %}
|
|
|
|
{% endunless %}
|
|
|
|
|
|
|
|
<div class="page-break"></div>
|
|
|
|
{% if site.disqus_shortname and page.comments == true %}<div id="disqus_thread"></div><!-- /#disqus_thread -->{% endif %}
|