11 lines
206 B
HTML
Executable File
11 lines
206 B
HTML
Executable File
---
|
|
layout: page
|
|
showdate: true
|
|
---
|
|
{% if page.featured-image %}
|
|
<div style="text-align: center; margin-bottom: 50px;">
|
|
<img src="{{ page.featured-image }}" width="100%">
|
|
</div>
|
|
{% endif %}
|
|
{{ content }}
|