common.ftl

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

FTL
21
字号
<#macro page title>
  <html>
  <head>
    <title>FreeMarker Example Web Application 2 - ${title?html}</title>
    <meta http-equiv="Content-type" content="text/html; charset=${.output_encoding}">
  </head>
  <body>
    <h1>${title?html}</h1>
    <hr>
    <#nested>
    <hr>
    <table border="0" cellspacing=0 cellpadding=0 width="100%">
      <tr valign="middle">
        <td align="left">
          <i>FreeMarker Example 2</i>
        <td align="right">
          <a href="http://freemarker.org"><img src="poweredby_ffffff.png" border=0></a>
    </table>
  </body>
  </html>
</#macro>

⌨️ 快捷键说明

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