{% extends 'base.html' %} {% block content %}

{% block title %} {{ tool['name'] }} {% endblock %}

Created: {{ tool['created'] }}
Description: {{ tool['description'] }}
{% endblock %}