{% if site.breadcrubms %}
{% endif %} {% if page.cover %} {% if page.cover contains '://' %} {% assign cover_url = page.cover %} {% else %} {% assign cover_url = page.cover | relative_url %} {% endif %}
{% endif %}
{% if page.icon %} {% if page.icon contains '.' %} {% else %} {% endif %} {% endif %}
{% if page.title %}

{{ page.title }}

{% endif %} {% unless page.icon %} {% if page.date %}{{ page.date | date: "%B %e, %Y" }}{% endif %} {% endunless %}
{% if post %} {% assign categories = post.categories %} {% else %} {% assign categories = page.categories %} {% endif %} {% for category in categories %} sell{{ category | replace: ",", "" }} {% endfor %}
{% if page.device %}

devices  {{ page.device }}

{% endif %}
{% if page.id %}
{% include widget_share.html %}
{% endif %}
{% if page.cover %}
{% endif %}
{% if page.title %} {{ content | replace_first: "h1", "h1 style='display: none;'" }} {% else %} {{ content }} {% endif %}
{% include footer.html %}