Wolff
Web development made just right.
An extension which provides support for the Wolff 3 template syntax.
Build ultralight web applications, without starting from scratch or dealing with complexity.
Code snippets
{{ $print_variable }}
{! $print_variable_without_escaping_it !}
{# comment #}
{% for $i in (0, 10) %}
{{$i}}
{% endfor %}
{% $code_inside_this_tags = true; %}
~{{ $escape_template_tags }}
{% style="styles.css" %}
{% script="scripts.js" %}
{% icon="img.svg" %}
@include('imported_view')
@extends('parent_view')
{[ block name ]}
{[ parent block_name ]}
{[ endblock ]}
Documentation
Documentation of the template syntax is available at Wolff - Docs: Template
| |