12 lines
143 B
HTML
12 lines
143 B
HTML
---
|
|
title: example title HTML
|
|
layout: default
|
|
hidden: true
|
|
---
|
|
|
|
<h2>Some title with h2</h2>
|
|
|
|
<div>this is div</div>
|
|
|
|
<p>this is paragraph</p>
|
|
|