Initial Build
This commit is contained in:
parent
71cd3acccd
commit
6c0d9a3f98
140 changed files with 9802 additions and 2403 deletions
15
templates/brain/home/index.html.twig
Normal file
15
templates/brain/home/index.html.twig
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{% extends 'brain/base.html.twig' %}
|
||||
|
||||
{% block title %}Brain{% endblock %}
|
||||
|
||||
{% block page_title %}
|
||||
<h1>Brain</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block actions %}
|
||||
this will be some global admin actions
|
||||
{% endblock %}
|
||||
|
||||
{% block admin %}
|
||||
<p>This will be a dashboard of sorts</p>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue