appwrite/app/views/layouts/empty.phtml

3 lines
182 B
PHTML
Raw Normal View History

2019-05-09 06:54:39 +00:00
<div data-acl data-page-title="<?php echo $this->escape($this->getParam('title', '')); ?>" data-analytics-pageview>
<?php echo $this->exec($this->getParam('body', [])); ?>
</div>