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

template.jekyll.include.head.ftl Maven / Gradle / Ivy

There is a newer version: 0.0.40
Show newest version
[#ftl]
[#macro head title="" toc=false]
---
layout: page
title: ${module.title} ${title}
description: "${module.title}${title}"
categories: [model-${report.system.version}]
version: ["${report.system.version}"]
---
{% include JB/setup %}
[#if toc]
 目  录

* toc
{:toc}
[/#if]
[/#macro]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy