@css 'src/templates/products.css'
@include 'header_component.html'
Hi, ${user.username}! you are online
product name
ID
Name
Created date
@for product in user.products
${product.id}
${product.name}
${product.created_at}
@end