- Улучшил внешний вид страниц. https://www.youtube.com/watch?v=-gdDklUu03k&list=PLU2ftbIeotGpAYRP9Iv2KLIwK36-o_qYk&index=20
8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
<#import "parts/common.ftl" as com>
|
|
<#include "parts/security.ftl">
|
|
<@com.page>
|
|
<h5>Hello, <#if user??> ${name} <#else> guest </#if> </h5>
|
|
<div>
|
|
This is a simple version of Twitter
|
|
</div>
|
|
</@com.page> |