bridgy-fed/templates/recent.html

12 wiersze
200 B
HTML

{% extends "base.html" %}
{% block title %}Bridgy Fed: Recent activity{% endblock %}
{% block content %}
<div class="row big">Recent activity</div>
{% include "activities.html" %}
{% endblock %}