Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webchemistry/embed-macro


https://github.com/webchemistry/embed-macro

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Installation

```yaml
extensions:
- WebChemistry\Macros\DI\EmbedMacroExtension
```

## Usage

```html
{define panel}


{$title}


{$_content|noescape}


{/define}
```

```html
{embed panel title => 'Bar'}
Html content with component:

{control foo}
{/embed}

```