Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webchemistry/embed-macro
https://github.com/webchemistry/embed-macro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/webchemistry/embed-macro
- Owner: WebChemistry
- Created: 2018-07-14T12:47:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T08:31:36.000Z (almost 6 years ago)
- Last Synced: 2023-07-16T05:35:57.136Z (over 1 year ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}```