Skip template expansion when html control does not have any chameleon tokens

This commit is contained in:
2024-11-17 14:28:59 +00:00
parent f4fc0394f7
commit b33af4042e
5 changed files with 50 additions and 31 deletions

View File

@@ -8,9 +8,10 @@
<div id="module" class="module ${PackageName}-panel">
% if ($config->{debug} == 1) {
<p>
<pre>
%= dumper $c->current_route
</p>
%= dumper $$${prefix}_data->{trt}
</pre>
% }
<h1><%=$title%></h1>