NetStacksNetStacks

Rendering & Preview

Preview rendered templates before deployment.

Preview Mode

Preview renders your template with actual variable values, showing exactly what will be deployed.

  1. Open template in editor
  2. Fill in variable values in sidebar
  3. Click Preview
  4. Review rendered configuration
Tip

Use preview with different variable combinations to verify all code paths.

Validation

NetStacks validates templates for:

  • Syntax Errors - Invalid Jinja2 syntax
  • Undefined Variables - Variables used but not defined
  • Type Mismatches - Wrong variable types
  • Empty Outputs - Templates that render to nothing

Validation runs automatically on save and shows errors inline in the editor.