1766812937a:1:{s:15:"nav/section.htm";a:6:{s:8:"fileName";s:15:"nav/section.htm";s:7:"content";s:415:"description = Plugin Section Navigation Item
==
{% set iconPath = 'assets/images/sections/' ~ icon ~ '.svg' %}
<a href="{{ url }}" class="inline-flex flex-row py-1 px-4 {% if active == false %} opacity-60 {% endif %} hover:opacity-100 transform-gpu transition-opacity text-white items-center">
    <img src="{{ iconPath|theme }}" alt="{{ text }}" class="w-6 h-6 mr-2 fill-current">
    <span>{{ text }}</span>
</a>
";s:5:"mtime";i:1678627025;s:6:"markup";s:366:"{% set iconPath = 'assets/images/sections/' ~ icon ~ '.svg' %}
<a href="{{ url }}" class="inline-flex flex-row py-1 px-4 {% if active == false %} opacity-60 {% endif %} hover:opacity-100 transform-gpu transition-opacity text-white items-center">
    <img src="{{ iconPath|theme }}" alt="{{ text }}" class="w-6 h-6 mr-2 fill-current">
    <span>{{ text }}</span>
</a>";s:4:"code";N;s:11:"description";s:30:"Plugin Section Navigation Item";}}