5 lines
127 B
HTML
5 lines
127 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h2>Latest Feeds</h2>
|
|
{% include "partials/feeds.html" %}
|
|
{% endblock %}
|