friendship ended with social-app. php is my new best friend
1{layout 'layout.latte'}
2
3{block title} | settings{/block}
4
5{block content}
6 <h2>Settings</h2>
7 <p>(none of these work yet sorry)</p>
8 <details><summary>Account</summary>
9 At some point settings will go here!
10 </details>
11 <details><summary>Privacy + Security</summary>
12 At some point settings will go here!
13 </details>
14 <details><summary>Moderation</summary>
15 At some point settings will go here!
16 </details>
17 <details><summary>Notifs</summary>
18 At some point settings will go here!
19 </details>
20 <details><summary>Content + Media</summary>
21 At some point settings will go here!
22 </details>
23 <details><summary>Interface</summary>
24 At some point settings will go here!
25 </details>
26{/block}