File: README.md

package info (click to toggle)
golang-github-yosssi-ace 0.0.5-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 484 kB
  • sloc: makefile: 21; sh: 1
file content (24 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Examples

This documentation shows the examples of the web applications which use the Ace template engine.

## Basic

* [Single Template](single_template)
* [Base and Inner Template](base_inner_template)
* [HTML Tags](html_tags)
* [Plain Texts](plain_texts)
* [CSS and Javascript Helper Method](css_javascript_helper_method)
* [Comments](comments)
* [Include Helper Method](include_helper_method)
* [Actions](actions)

## Advanced

* [Dynamic Reload](dynamic_reload)
* [Load Templates from Binary Data](load_templates_from_binary_data)
* [Pass a Pipeline (Parameter) to the Included Template](pass_pipeline_to_included_template)
* [Set a Default Value to the Yield Helper Method](set_default_value_to_the_yield_helper_method)
* [Change the Action Delimiter](change_action_delimiter)
* [Set Custom Functions](set_custom_functions)
* [Cache Options](cache_options)