# Template Configuration

The configuration of report templates in DsWord can be done to include list, table, links, conditional formatting, formatters etc. Learn more in DsWord docs.

## Content



The template layout can be configured to include various formatting features like bulleted lists, tables, hyperlinks, conditional formatting etc. This provides a well defined structure and design to the final Word documents.

The data bound fields follow the specified syntax and are defined in mustache braces {{ }} in the template layout. These fields can also include formatters like date, currency, count, uppercase etc. which are applied in the final Word document when populated with data from datasource.

A template layout can be configured to include the following:

*   [Template Tags](/document-solutions/dot-net-word-api/docs/online/data-templates/template-configuration/template-tags)
*   [List](/document-solutions/dot-net-word-api/docs/online/data-templates/template-configuration/list-template)
*   [Table](/document-solutions/dot-net-word-api/docs/online/data-templates/template-configuration/table-template)
*   [Links](/document-solutions/dot-net-word-api/docs/online/data-templates/template-configuration/links-template)
*   [Loop and Nesting](/document-solutions/dot-net-word-api/docs/online/data-templates/template-configuration/loops-and-nesting)
*   [Conditionally Hide Blocks](/document-solutions/dot-net-word-api/docs/online/data-templates/template-configuration/conditionally-hide-blocks)
*   [Formatters](/document-solutions/dot-net-word-api/docs/online/data-templates/template-configuration/formatters)