Trillo Docs
  • Info
  • Quick Start
  • Concepts
    • Overview
    • Reactivity
    • Indexability
    • Reusability
    • Kits
  • Reference
    • CLI
    • Language
    • Markup
    • Preprocessor
    • Runtime
    • Server
    • Stdlib
Powered by GitBook
On this page
  • import
  • include
  • define
  • slot
  • markdown
  1. Reference

Preprocessor

Preprocessor directives use tags with single-word, lowercase, :-prefixed names.

import

<:import src="..."/>

TBD

include

<:include src="..."/>

TBD

define

<:define tag="..."/>

TBD

slot

<:slot name="..."/>

TBD

markdown

<:markdown>...</:markdown>

TBD

PreviousMarkupNextRuntime

Last updated 1 year ago