snipt/snipts/templates/snipts/snipt-list.html

18 lines
372 B
HTML
Raw Normal View History

2011-10-12 13:34:01 -07:00
<article class="snipt group">
<div class="container">
<header class="group">
<h2>{{ snipt.lexer }}</h2>
<h1>{{ snipt.title }}</h1>
</header>
<section class="code">
<br /><br /><br /><br /><br /><br /><br /><br />
</section>
</div>
<aside>
</aside>
<footer>
</footer>
</article>