freemarker 定义公共header

复制代码
<#--公共顶部-->  
<#macro header title="默认文字" keywords="默认文字" description="默认文字">  
<!DOCTYPE html>  
<html>  
    <head lang="en">  
        <meta charset="UTF-8">  
        <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />  
        <meta name="format-detection" content="telephone=no" />  
        <title>${title}</title>  
        <meta name="keywords" content="${keywords}" />  
        <meta name="description" content="${description}" />  
          
        <link rel="stylesheet" type='text/css' href="/static/style/common.css"/>  
          
        <#nested>  
          
    </head>  
    <body>  
</#macro>  
  
<#--公共底部-->  
<#macro footer>  
  
    <script type="text/javascript" src="/static/js/common.js"></script>  
      
    <#nested>  
      
    </body>  
</html>  
</#macro>  

使用 macro 定义一个宏。。以后可以直接使用ok
<#include '页面路径'>
复制代码

 

posted on   正义的伙伴!  阅读(534)  评论(0编辑  收藏  举报

编辑推荐:
· 深入理解 Mybatis 分库分表执行原理
· 如何打造一个高并发系统?
· .NET Core GC压缩(compact_phase)底层原理浅谈
· 现代计算机视觉入门之:什么是图片特征编码
· .NET 9 new features-C#13新的锁类型和语义
阅读排行:
· Spring AI + Ollama 实现 deepseek-r1 的API服务和调用
· 《HelloGitHub》第 106 期
· 数据库服务器 SQL Server 版本升级公告
· 深入理解Mybatis分库分表执行原理
· 使用 Dify + LLM 构建精确任务处理应用

导航

< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8
//增加一段JS脚本,为目录生成使用
点击右上角即可分享
微信分享提示