Skip to content

Flxble.Templating

cannorin edited this page Jan 15, 2019 · 7 revisions

Flxble.Templating is an end-user (sandboxed) templating engine built for flxble.

However, you can use it as a separate templating library, and it is the best templating library for F#!

Features

- Optimized for F#

- Completely thread-safe, good for parallelism

- Very fast!

Getting Started

It supports netstandard1.6 or later and can be installed from NuGet:

PM> Install-Package Flxble.Templating
$ dotnet add package Flxble.Templating

Sidebar:

Flxble.Templating:

Clone this wiki locally