mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-25 01:12:04 +08:00
462b20ac12
* Dashcam Viewer ▶️ Fleet Manager
* missed
* process
12 lines
163 B
HTML
12 lines
163 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block title %}
|
|
About
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
<br> Oops
|
|
<br><br><br><br>
|
|
{{ error | safe }}
|
|
{% endblock %}
|