diff --git a/rowers/templates/filmdeaths.html b/rowers/templates/filmdeaths.html new file mode 100644 index 00000000..a11134d2 --- /dev/null +++ b/rowers/templates/filmdeaths.html @@ -0,0 +1,71 @@ +{% extends "newbase.html" %} +{% load static %} +{% load rowerfilters %} + +{% block title %}Rowsandall {% endblock %} +{% block meta %} + +{% endblock %} + +{% block main %} + + + +

Film Deaths

+ +
    + + +
  • +
    + + {{ the_div|safe }} +
    +
  • +
+ +{% endblock %} + +{% block scripts %} + + + +{% endblock %} + +{% block sidebar %} +{% include 'menu_analytics.html' %} +{% endblock %}