tao-test/app/tao/views/templates/pages/index.tpl

5 lines
174 B
Smarty

<div class="container <?= get_data('scope'); ?>"<?php foreach(get_data('data') as $name => $value): ?>
data-<?= $name; ?>="<?= _dh($value); ?>"
<?php endforeach; ?>>
</div>