bridgetownrb / bridgetown-view-component

Add support for GitHub's ViewComponent library to your Bridgetown sites.
MIT License
10 stars 1 forks source link

Compatiblity with HAML #6

Open jbpfran opened 9 months ago

jbpfran commented 9 months ago

Hello,

I tried this plugins in collaboration with the bridgetown-haml plugins to build the views in HAML.

I got the following error :

There was an error when building the site:
ViewComponent::TemplateError: Couldn't find a template file or inline render method for Shared::Header

when the template file is header.haml However it works correctly with hearder.erb

I tried initializing the view-component plugin before and after the haml plugin but it didn't change the result.

Thanks for your help.