Family Home Lab: portal, dsh (chat+plugins), transcriber, music/media tools, home dash
This commit is contained in:
8
portal/templates/dashboard.html
Normal file
8
portal/templates/dashboard.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Dashboard — {{ settings.APP_NAME }}{% endblock %}
|
||||
{% block content %}
|
||||
<div class="page">
|
||||
<h1 class="greeting">{{ greeting }}, {{ user.full_name.split(' ')[0] }}</h1>
|
||||
{% include "partials/_sections.html" %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user