🐻❄️
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{# The outer wrapper grid as defined in tailwind.config.js. It makes sure all | |
blocks on a page get evenly spaced without having to worry about margins or | |
paddings. #}} {{ if page_builder }} {{ page_builder scope="block" }} {{ partial | |
src="page_builder/{type}" }} {{ /page_builder }} {{ /if }} | |
<div class="bg-accent-300 pb-14"> | |
<div | |
id="content" | |
class="container px-8 pt-12 mx-auto md:px-12" | |
x-data="loadCollection()" | |
> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Just place your code here. I'll take a look and comment were I found the errors. |