layout: default


{% include post-header.html %}

{% if site.github_fork_banner %}
<a class="github-fork-ribbon fixed" href="{{ site.github_fork_banner }}" target="_blank" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">
  Fork me on GitHub
</a>
{% endif %}
<div data-component="Content" class="content">
  <div class="post-content w-container">
    {{ content }}
  </div>
  {% if site.comments %}
  <div class="post-content w-container">
    <section id="isso-thread" data-title="Foo!"></section>
  </div>
  {% endif %}
</div>

{% include footer.html %}