Closed cdent closed 11 years ago
It should probably do an {% if tags %} around the ul block. Otherwise an empty list will be present and take up some space.
{% if tags %}
It should probably do an
{% if tags %}
around the ul block. Otherwise an empty list will be present and take up some space.