mirror of
https://github.com/kennethreitz/12factor.git
synced 2026-06-05 23:10:17 +00:00
16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
<section class="abstract">
|
|
<article><%= render_markdown('intro') %></article>
|
|
<article><%= render_markdown('background') %></article>
|
|
<article><%= render_markdown('who') %></article>
|
|
</section>
|
|
|
|
<section class="concrete">
|
|
<article><%= render_markdown('toc') %><article>
|
|
</section>
|
|
|
|
<footer>
|
|
<div>Written by Adam Wiggins</div>
|
|
<div>version 0.9</div>
|
|
<div>Last updated July 30, 2011</div>
|
|
</footer>
|