21 lines
614 B
HTML
21 lines
614 B
HTML
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
|
||
|
<div class="page">
|
||
|
<h1 class="page-title">{{ page.title }}</h1>
|
||
|
{% if page.photo %}
|
||
|
<img src="{{ site.urlimg }}/profiles/{{ page.photo }}" align="right" width="256" height="256" />
|
||
|
{% else %}
|
||
|
<img src="{{ site.urlimg }}/profiles/crazy-toad-grey-256.png" align="right" width="256" height="256" />
|
||
|
{% endif %}
|
||
|
{{ 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 %}
|