---
title: "Template comments"
canonical: "https://support.appfire.com/space/CDML/649728721/Template%20comments"
format: markdown
---
> Macro (aura-html)


> ℹ️ [Deprecated] The `comment` macro is deprecated and this can no longer be used to add comments to your workflow markup.

## Overview [Deprecated]

> Macro (excerpt)
> 
> [Deprecated] Examples of where the `comment` macro can be used in your template markup.

This example shows where the [comment macro](https://appfire.atlassian.net/wiki/spaces/CDML/pages/650218870) can be used in your template markup.

## Applicable Locations [Deprecated]

The macro can only be used inside the body of a [workflow macro](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649662219).

## Example [Deprecated]

```plaintext
{workflow:name=Commented Workflow}
   {comment}
      This comment is in the body of the workflow macro
   {comment}
   {state:Commented}
   {state}
   {comment}
      This comment is in the body of the workflow macro
   {comment}
   {trigger:pagecreated}
   {trigger}
{workflow}
```