- Добавил возможность редактирования сообщений

- Улучшил внешний вид страниц.

https://www.youtube.com/watch?v=-gdDklUu03k&list=PLU2ftbIeotGpAYRP9Iv2KLIwK36-o_qYk&index=20
This commit is contained in:
Leonid
2025-02-20 11:08:31 +03:00
parent fe4932fff5
commit 7b7378e30b
12 changed files with 205 additions and 80 deletions

View File

@@ -1,6 +1,7 @@
<#import "parts/common.ftl" as com>
<#include "parts/security.ftl">
<@com.page>
<h5>Hello, guest</h5>
<h5>Hello, <#if user??> ${name} <#else> guest </#if> </h5>
<div>
This is a simple version of Twitter
</div>