{% extends "base.html" %} {% block title %}{{item.title }}{% endblock %} {% block content %}

{{item.title }}

{{item.description }}

{% endblock %}