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