Current section

Files

Jump to
zotonic_mod_base priv templates _html_head_code_highlight.tpl
Raw

priv/templates/_html_head_code_highlight.tpl

{% if m.site.environment != `production` and not no_prism %}
{% lib
"css/prism.css"
"js/prism.js"
%}
{% endif %}