I have a question regarding Bricks Builder. Overall, I like Bricks Builder, but I’m wondering if it’s possible to pass “variables” to templates. For example, I’d like to display a list of posts, but I want to adjust the number of queried entries depending on where the template is embedded. On the homepage, for instance, I’d like to show 5 posts, whereas under a single post, I’d like to show 10 — using the same template. In other words, I want to avoid creating two separate templates for this.
In WordPress, you can use shortcodes with variables; could this work here, for example, by doing something like [bricks_template id=“358” query_amount=5]?