mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
3 lines
114 B
HTML
3 lines
114 B
HTML
<?= Form::open(['class'=>'layout', 'onsubmit'=>'return false']) ?>
|
|
<?= $this->render() ?>
|
|
<?= Form::close() ?> |