Files
StarPilot/selfdrive/frogpilot/fleetmanager/templates/prime.html
T
FrogAi ac12b372db FrogPilot community - Fleet Manager
Credit goes to mike8643!

https: //github.com/mike8643
Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
2024-07-31 20:32:17 -07:00

10 lines
154 B
HTML

{% extends "layout.html" %}
{% block title %}
Driving Directions
{% endblock %}
{% block main %}
{% include "nav_directions.html" %}
{% endblock %}