{% for snippet in content.snippets %}
<div class="user-content">{{ snippet.description|raw }}</div>
{% endfor %}