diff --git a/www/templates/maposmatic/about.html b/www/templates/maposmatic/about.html new file mode 100644 index 00000000..eea99273 --- /dev/null +++ b/www/templates/maposmatic/about.html @@ -0,0 +1,10 @@ +{% extends "maposmatic/base.html" %} + +{% block menu-about %} +class="activelink" +{% endblock %} + +{% block page %} +

About

+ +{% endblock %} \ No newline at end of file diff --git a/www/templates/maposmatic/all_maps.html b/www/templates/maposmatic/all_maps.html new file mode 100644 index 00000000..9057cdd4 --- /dev/null +++ b/www/templates/maposmatic/all_maps.html @@ -0,0 +1,10 @@ +{% extends "maposmatic/base.html" %} + +{% block menu-maps %} +class="activelink" +{% endblock %} + +{% block page %} +

Maps

+ +{% endblock %} \ No newline at end of file