add.ftl

来自「freemaker安装软件」· FTL 代码 · 共 14 行

FTL
14
字号
<#import "/lib/common.ftl" as com>
<#escape x as x?html>

<@com.page title="Entry added">
  <p>You have added the following entry to the guestbook:
  <p><b>Name:</b> ${entry.name}
  <#if entry.email?length != 0>
    <p><b>Email:</b> ${entry.email}
  </#if>
  <p><b>Message:</b> ${entry.message}
  <p><a href="index.a">Back to the index page...</a>
</@com.page>

</#escape>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?