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

Hompage of Minibase

{% include 'table.html' %} {% endblock %}