/usr/share/doc/ace/examples/README.md is in ace 0.0.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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)
|