hugo-theme-cyberscopes/layouts/shortcodes/pv/debug.html

11 lines
226 B
HTML

<div v-scope>
<h3>Debug Information</h3>
<div>
<div>domain: {| conf.domain |}</div>
<div>item id: {| conf.itemid |}</div>
<div>session id: {| conf.sid |}</div>
<div>interaction id: {| conf.iid |}</div>
</div>
</div>