1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00
appwrite/app/views/layouts/empty.phtml
2019-05-09 09:54:42 +03:00

3 lines
182 B
PHTML

<div data-acl data-page-title="<?php echo $this->escape($this->getParam('title', '')); ?>" data-analytics-pageview>
<?php echo $this->exec($this->getParam('body', [])); ?>
</div>