mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-02 06:03:43 +08:00
10 lines
154 B
HTML
10 lines
154 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block title %}
|
|
Driving Directions
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
{% include "nav_directions.html" %}
|
|
{% endblock %}
|