{% extends 'base.html' %} {% load typogrify_tags %} {% load html5_datetime %} {% load month_number_to_name %} {% block pagetitle %}{{object.title|title|smartypants|safe}} - Luxagraf, Notes{% endblock %} {% block metadescription %}{{object.body_html|striptags|safe}}{% endblock %} {%block extrahead%} {%endblock%} {% block primary %}
{{object.link_twitter_names|safe|amp|smartypants|urlizetrunc:45 }}
{% with object.get_next_published as next %} {% with object.get_previous_published as prev %} {%endwith%}{%endwith%}
{% endblock %}