all repos — myprecious @ d7583eb4604a185c188647b4cc192555e1579119

A lightweight web service to backup precious game saves.

myprecious/templates/done.html (view raw)

1{% extends "base.html" %}
2{% block title %}done{% endblock %}
3{% block content %}
4<p>{{ text }}</p>
5{% endblock %}