{% extends 'base.html' %} {% block title %}Flask Blog{% endblock %} {% block content %} {% if notes %} {% else %}

No notes found.

{% endif %} {% endblock %}