{% assign content_type = content_type | default: 'body' %}
{% if content_type == 'body' %}
<img src="{% render 'shx-logo' %}" width="200px" height="auto">
{% elif content_type == 'head' %}
<style>
</style>
{% endif %}