9 lines
159 B
Smarty
9 lines
159 B
Smarty
|
{% include '_header.tpl' %}
|
||
|
|
||
|
<h1>Address Book</h1>
|
||
|
<a href="/">🏠 Home</a>
|
||
|
<a href="/">⚙ Admin</a>
|
||
|
<a href="/">🚪 Login</a>
|
||
|
|
||
|
{% include '_footer.tpl' %}
|