{% extends 'base.html' %} {% block title %}View Note{% endblock %} {% block content %}

{{note.title}}

{{note.content}}
{% if note.image_url %} Your favorit Image {% endif %}
{% endblock %}