rvr-nextgen/views/tests/view_with_assets.php

5 lines
104 B
PHP
Raw Normal View History

2023-04-08 00:42:55 +02:00
@css(test.css)
@js(test.js)
@js(test_<?= $some['expression'] ?>)
<div>Test HTML with @css and @js</div>