{% extends 'base.html' %} {% load typogrify_tags %} {%block bodyid%}class="links"{%endblock%} {% block primary %}

{{object.title|smartypants|widont|safe}}

{{object.url|urlize}}

{{object.render_description|amp|smartypants|safe}}
{% endblock %}