mirror of
https://github.com/pablouser1/ProxiTok.git
synced 2024-12-06 19:27:30 +01:00
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
{layout '../layouts/default.latte'}
|
|
|
|
{block header}
|
|
<p class="title">Settings</p>
|
|
{/block}
|
|
|
|
{block content}
|
|
<p class="title">General</p>
|
|
{include '../components/settings/general.latte'}
|
|
<hr />
|
|
<p class="title">Api</p>
|
|
{include '../components/settings/api.latte'}
|
|
{/block}
|