Files
mywhoosh2garmin/app/web/templates/base.html
2026-08-15 09:33:27 +02:00

11 lines
207 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{% block title %}MyWhoosh Garmin Sync{% endblock %}</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>