
Credit goes to mike8643! https: //github.com/mike8643 Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
12 lines
262 B
HTML
12 lines
262 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block title %}
|
|
Navigation
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
{% with gmap_key=gmap_key, lon=lon, lat=lat, home=home, work=work, fav1=fav1, fav2=fav2, fav3=fav3 %}
|
|
{% include "addr_input.html" %}
|
|
{% endwith %}
|
|
{% endblock %}
|