Skip to content

Commit 1b7a4ce

Browse files
committed
Restore deleted layout...
1 parent f029974 commit 1b7a4ce

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: 'layouts/base.njk'
3+
---
4+
5+
<main>
6+
<section id="resource-section">
7+
<h2>{{ title }}</h2>
8+
<p>
9+
{{ description }}
10+
</p>
11+
<hr>
12+
13+
{{ content | safe }}
14+
15+
</section>
16+
</main>

0 commit comments

Comments
 (0)