Skip to content
Snippets Groups Projects
Commit 1b82dcfe authored by Robert Bechara's avatar Robert Bechara
Browse files

rss_feed

parent 3a5cab4e
No related merge requests found
{% extends "main.html" %}
{% block body %}
<h1>Articles</h1>
<div class="row">
<b>{{article.title}}</b>
<br/>
<p>{{article.summary}}</p>
<hr/>
{% endfor %}
</div>
{% endblock %}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment