[//]: # (This file was generated from: doc/template/example/example.md.template using the documentation_builder package)
# TemplateEngine usage
* [template_engine_text_test.dart](https://raw.githubusercontent.com/domain-centric/template_engine/refs/heads/main/test/src/template_engine_text_test.dart)
* [template_engine_template_test.dart](https://raw.githubusercontent.com/domain-centric/template_engine/refs/heads/main/test/src/template_engine_template_test.dart)
* [template_engine_templates_test.dart](https://raw.githubusercontent.com/domain-centric/template_engine/refs/heads/main/test/src/template_engine_templates_test.dart)
* [template_engine_template_type_test.dart](https://raw.githubusercontent.com/domain-centric/template_engine/refs/heads/main/test/src/template_engine_template_type_test.dart)
# Expression
* tag_expression_parser_test.dart
## Data Types
* custom_data_type_test.dart
* string_test.dart
* num_test.dart
* bool_test.dart
## Constants
* custom_constant_test.dart
* e_test.dart
* ln10_test.dart
* ln2_test.dart
* log10e_test.dart
* log2e_test.dart
* pi_test.dart
## Variables
* variable_test.dart
* nested_variable_test.dart
## Functions
* custom_function_test.dart
#### Import Functions
* import_template_test.dart
* import_pure_test.dart
* import_json_test.dart
* import_xml_test.dart
* import_yaml_test.dart
#### Path Functions
* template_test.dart
#### Math Functions
* exp_test.dart
* log_test.dart
* sin_test.dart
* asin_test.dart
* cos_test.dart
* acos_test.dart
* tan_test.dart
* atan_test.dart
* sqrt_test.dart
* round_test.dart
#### String Functions
* length_test.dart
## Operators
* custom_operator_test.dart
### Parentheses
* parentheses_test.dart
### Prefixes
* positive_test.dart
* negative_test.dart
* not_test.dart
### Multiplication
* num_power_test.dart
* bool_xor_test.dart
* num_multiply_test.dart
* num_divide_test.dart
* num_modulo_test.dart
* bool_and_test.dart
* string_concatenate_test.dart
### Additions
* num_addition_test.dart
* string_concatenate_test.dart
* num_subtract_test.dart
* bool_or_test.dart
### Comparisons
* equals_test.dart
* not_equals_test.dart
* greater_than_or_equal_test.dart
* greater_than_test.dart
* less_than_or_equal_test.dart
* less_than_test.dart
### Assignment
* assignment_test.dart
# Documentation generation
The documentation of the [template_engine](https://pub.dev/packages/template_engine) package was generated by the [documentation_builder](https://pub.dev/packages/documentation_builder) package.
[documentation_builder](https://pub.dev/packages/documentation_builder) is build on top of the [template_engine](https://pub.dev/packages/template_engine) package. Here are some examples:
### README.md
* [Template example](https://github.com/domain-centric/template_engine/blob/main/doc/template/README.md.template)
* [Generated example](https://raw.githubusercontent.com/domain-centric/template_engine/refs/heads/main/README.md)
* [Rendered example](https://pub.dev/packages/template_engine)
### LICENSE
* [Template example](https://github.com/domain-centric/template_engine/blob/main/doc/template/LICENSE.template)
* [Generated example](https://raw.githubusercontent.com/domain-centric/template_engine/refs/heads/main/LICENSE)
### CHANGELOG.md
* [Template example](https://github.com/domain-centric/template_engine/blob/main/doc/template/CHANGELOG.md.template)
* [Generated example](https://raw.githubusercontent.com/domain-centric/template_engine/refs/heads/main/CHANGELOG.md)
* [Rendered example](https://pub.dev/packages/template_engine/changelog)
### example.md
* [Template example](https://github.com/domain-centric/template_engine/blob/main/doc/template/example/example.md.template)
* [Generated example](https://raw.githubusercontent.com/domain-centric/template_engine/refs/heads/main/example/example.md)
* [Rendered example](https://pub.dev/packages/template_engine/example)
### Wiki pages
* [Template examples](https://github.com/domain-centric/template_engine/blob/main/doc/template/doc/wiki) (click on the raw button to see the generated markdown)
* [Rendered examples](https://github.com/domain-centric/template_engine/wiki)