context-1

This commit is contained in:
Guilherme Carreiro
2025-02-05 15:31:48 +01:00
parent bfe29e11be
commit 432c171be9
5 changed files with 191 additions and 19 deletions
+9
View File
@@ -27,6 +27,15 @@ class Servlet < LiquidServlet
{ 'products' => products_list, 'more_products' => more_products_list, 'description' => description, 'section' => 'Snowboards', 'cool_products' => true }
end
def settings
{
'settings' => {
'text' => 'Liquid',
'font' => 'Arial'
}
}
end
private
def products_list