Skip to content
Snippets Groups Projects

Added html pages and user interface

1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
{% extends "main.html" %}
{% block title %}Map{% endblock %}
{% block mainBlock %}
<header> Contact Us </header>
<p>text about contact info.</p>
{% endblock %}
Loading