{{ value|truncatechars:9 }}
<p>Rendered text with {{ pub_date|date:"c" }}</p>
{% comment "Optional note" %}
<p>Commented out text with {{ create_date|date:"c" }}</p>
{% endcomment %}
{% if athlete_list and coach_list or cheerleader_list %}
if (athlete_list and coach_list) or cheerleader_list
{% if a > b and b > c %}
{% now "Y" as current_year %}
{% blocktranslate %}Copyright {{ current_year }}{% endblocktranslate %}