{% extends "base.html" %} {% block content %}

🕵️ Welcome to LegalSnacks

"Taste so sneaky, you'll want to inspect element."

Start Snacking

Featured Products

{% for product in featured_products %}

{{ product.name }}

{{ product.tagline }}

${{ "%.2f"|format(product.price) }}

{% endfor %}

🍕 Random Snack Fact

Loading delicious trivia...

{% endblock %}