From 8b7a7cbc813653a3248d6cf3a7779e220957bc85 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 8 May 2017 21:28:02 +0200 Subject: The great rename: the old ‘website’ is now ‘website-old’, and ‘website2’ is now ‘website’. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/templates/features/_features.html | 79 +++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 website/templates/features/_features.html (limited to 'website/templates/features/_features.html') diff --git a/website/templates/features/_features.html b/website/templates/features/_features.html new file mode 100644 index 00000000..d7c75761 --- /dev/null +++ b/website/templates/features/_features.html @@ -0,0 +1,79 @@ +<#import "/_scaffold.html" as main> + +<#macro featureSection> +
+ <#nested> +
+ + +<#macro history> +
+ <#nested> +
+ + +<#macro overview> +
+

Overview

+ <#nested> +
+ + +<#macro experimental> +
+

Experimental

+ + Experimental because: + <#nested> +
+ + +<#macro snippets name> +
+
+

With Lombok

+ +
${usages.pre(name)?no_esc}
+
+
+
+

Vanilla Java

+ +
${usages.post(name)?no_esc}
+
+
+ + +<#macro confKeys> +
+

Supported configuration keys:

+
+ <#nested> +
+
+ + +<#macro smallPrint> +
+

Small print

+ +
+ <#nested> +
+
+ + +<#macro scaffold title logline load=[]> + <@main.scaffold load> + + + -- cgit