deblan.tv/src/Deblan/Bundle/BlogBundle/Resources/views/Default/tinyThePost.html.twig
2015-05-23 00:11:59 +02:00

14 lines
411 B
Twig

<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<h1><a href="{{ post.link }}" target="_blank">{{ post.title }}</a></h1>
{{ post.excerpt|raw }}
<p><a href="{{ post.link }}" target="_blank">{{ post.link }}</a></p>
</div>
</div>
</div>
</article>