{% extends "base.html" %} {% load cache %} {% load display_sound %} {% block page_css_id %}home{% endblock %} {% block title %}Freesound{% endblock title %} {% block content %}

Freesound Blog

{% if rss_cache %} {{ rss_cache }} {% endif %}
{% cache 300 latest_additions %}

Recent Additions

{% for latest_addition in latest_additions %} {% display_sound latest_addition.sound_id %} {% if latest_addition.extra %}
{{latest_addition.extra}} more sounds from {{latest_addition.username}} in the last 48 hours
{% endif %} {% empty %}

No sounds in the database! {% endfor %}

more...

{% endcache %}
An initiative of Music Technology Group
{% endblock %}