ractivejs / ractive

Next-generation DOM manipulation
http://ractive.js.org
MIT License
5.94k stars 396 forks source link

is it possible to use with laravel blade??? #3364

Closed thatsenam closed 3 years ago

thatsenam commented 3 years ago

Description:

Versions affected:

Platforms affected:

Reproduction:

thatsenam commented 3 years ago

wrapping all template code with

@verbatim
    <div class="container">
        Hello, {{ name }}.
    </div>
@endverbatim

did the job