{% if page.cover %} {{ page.title | escape }} {% endif %}
{% if page.title %}

{{ page.title | escape }}

{% else %}

{{ site.title | escape }}

{% endif %} {{ content }} {%- if jekyll.environment != 'dev' and site.disqushandler -%} {%- include disqus.html -%} {%- endif -%}
{%- include search.html -%}