{% if page.cover == null %} {{ page.title | escape }} {{ page.description }} {% endif %} {% if content %} {{ page.date | date: "%b %-d, %Y" }} {{ content }} {% endif %} {% if page.toc %} Contents {{ content | toc_only }} {% include ad.html %} {% endif %}