> For the complete documentation index, see [llms.txt](https://www.dicas-de-django.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.dicas-de-django.com.br/071-11-landpage.md).

# Dica 11 - Criando Landpage de produtos

[![](/files/-MfuAP0TTmVUwSHDjaRn)](https://youtu.be/zpC5qH8-iT8)

**Importante:** remova a `\` no meio das tags.

![](/files/5yQAAuqmpHdOp0r1qaxa)

Com destaque para

```html
<img src="{\% static 'img/products/men/product1.jpg' %}" class="rounded-tl-lg rounded-tr-lg" />
```

```html
<style type="text/tailwindcss">
  @layer utilities {
    .form-control {
      @apply text-gray-600 placeholder-gray-400 px-4 py-3 w-full rounded-lg focus:outline-none mb-4
    }
  }
</style>
```

## Links

<https://github.com/itzpradip/tailwind-eshop-static-html>

<https://youtu.be/iNDvh7O2WZM>
