I was trying to find a way to make the theme-color meta tag matches accent_color <meta name="theme-color" content="#{{accent_color}}"/>
the problem is that theme-color can’t accept css var so I should pass a " {{}}" idk how to call it but…
in the {{ghost_head}} helper was the var --ghost-accent-color defined