mirror of
https://github.com/simple-login/app.git
synced 2024-11-17 06:04:36 +08:00
13 lines
No EOL
216 B
HTML
13 lines
No EOL
216 B
HTML
{% from "_formhelpers.html" import render_field %}
|
|
|
|
{% extends 'base_app.html' %}
|
|
|
|
{% set active_page = "dashboard" %}
|
|
|
|
{% block title %}
|
|
Dashboard
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
Dashboard
|
|
{% endblock %} |