All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.jekyll.module.ftl Maven / Gradle / Ivy

[#ftl]
[#include "include/head.ftl"/]
[@head title=module.title toc=true/]

[#include "include/table.ftl"/]
[#list module.images as img]

### 关系图 ${img_index+1}. ${img.title}
  * 关系图
  
![${img.title}](${report.imageurl}${img.name}.png)

[#if img.description?? && img.description?length>0]
  * 说明
  
  ${img.description}
[/#if]
[/#list]

[#list module.tables?sort_by("name") as table]

### 表格 ${table.name.value?lower_case}
[@drawtable table/]
[/#list]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy