Add placeholder pages for Domains and Accounts; mark current page in navbar
This commit is contained in:
parent
e58036b2b3
commit
70093b1376
10 changed files with 95 additions and 15 deletions
10
templates/accounts.html.twig
Normal file
10
templates/accounts.html.twig
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{% extends "base.html.twig" %}
|
||||
|
||||
{% block title %}Accounts{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Accounts</h2>
|
||||
|
||||
<p>List of accounts ... <b>TODO</b></p>
|
||||
<p><a href="/accounts/42">Test</a></p>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue