mirror of
https://github.com/appwrite/appwrite
synced 2026-05-01 10:27:45 +00:00
3 lines
182 B
PHTML
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>
|