Component details pages added

This commit is contained in:
Paulus Schoutsen 2015-10-25 00:58:12 -07:00
parent 04f48395d6
commit 03d0d75ae1
130 changed files with 610 additions and 471 deletions

View file

@ -0,0 +1,14 @@
---
layout: default
---
<article class="page">
<header>
<h1 class="title indent">
{{ page.title }}
</h1>
</header>
<hr class="divider">
{{ content }}
</article>