@css 'src/templates/products.css'
@include 'header_component.html'

Hi, ${user.username}! you are online

@for product in user.products @end
ID Name Created date
${product.id} ${product.name} ${product.created_at}