myprecious/templates/index.html (view raw)
1{% extends "base.html" %} 2{% block title %}myprecious{% endblock %} 3{% block content %} 4<p>A simple game saves archive.</p> 5{% endblock %}