Hi there,
i just started with grav - and hope my questions are not too stupid to be answered.
I startet with a new theme extending the default quark theme.
everything works fine except the include of the grav-logo.svg.
this ist included in the base.html.twig as :
{% include('@images/grav-logo.svg') %}
if i activate the new theme i got a runtime exception :
Template "@images/grav-logo.svg" is not defined in "partials/base.html.twig"
the logo is available at both <themeNames>/images/ folder.
I am not sure, how this kind of include (@images/) really works.
could anyone give me a short hint - or even better an explanation on how to use this?
Thank you in advance
odde
