BestNotes/bestnotes/templates/testid.html

12 lines
135 B
HTML
Raw Permalink Normal View History

2019-12-07 19:24:05 +01:00
{% extends 'base.html' %}
{% load static %}
{% block content %}
{% for note in notes%}
{{ note.name }}
{% endfor %}
{% endblock %}