This page demonstrates a Hashtag Markup Cache Template. Cache Templates can be used to store the output from processed Hashtag Markup. This is useful for data that doesn't change often, or is otherwise expensive to fetch or process.
<h4 class="alert alert-info text-center">Current Time: <#[system.datetime]#></h4> <# start cache for My Cache; #> <h4 class="alert alert-success text-center">Cached Time: <#[system.datetime]#></h4> <# end cache #>