사이드바에 해당

{{ form.q }}
{% for l in latest %} {% if forloop.first %}
{% else %}
{% endif%}

{{ l.title | truncatechars:30 }}

{% endfor %}

Tags