Add API endpoints
This commit is contained in:
parent
28185736a3
commit
05d7da1f59
5 changed files with 347 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
|||
{% for entry in entries %}
|
||||
<li>
|
||||
<a href="{{ entry.link }}">{{ entry.title }}</a>
|
||||
<p>{{ entry.summary }}</p>
|
||||
<p>{{ entry.summary|safe }}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue