neptuo / is4wfw

PHP based CMS with multi domain support, virtual file system, library for team-sport fixtures and statistics, and many other features.
http://is4wfw.neptuo.com
Apache License 2.0
1 stars 0 forks source link

Declare variable from template content #523

Closed maraf closed 8 months ago

maraf commented 8 months ago
<var:declare name="content">
    <strong>Hello, World!</strong>
</var:declare>
<web:out text="var:content" />