1 2 3 4 5 6 7 8 9 10
--- layout: base --- <article itemtype="http://schema.org/Article"> <h1 itemtype="headline">{{ page.title }}</h1> <div> {{ content }} </div> </article>