{% extends 'base.html' %} {% load typogrify_tags %} {% block pagetitle %}{% endblock %} {% block metadescription %}{% endblock %} {% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> → </li> <li>Resume</li> </ul> <main role="main"> <article role="main"> <h1>{{object.title|safe|smartypants|widont}}</h1> <p><i>This article was published in {{object.publisher}}, you can view <a href="{{object.url}}">the original</a> there, complete with graphics, comments and other fun stuff.</i></p> <div class="post--article" style="margin-top: 3em"> {{object.body_html|safe|smartypants|widont}} </div> </article> </main> {%endblock%}