summaryrefslogtreecommitdiff
path: root/_includes/views/article.html
blob: e7bd144fbde270fa37a836525b7baf3fe347d884 (plain)
1
2
3
4
5
6
7
8
9
10
11
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">

    <div class="post-content e-content" itemprop="articleBody">

      {{ content }}

    </div>

  <div>

</article>