Skip to content

Instantly share code, notes, and snippets.

View vanlummelhuizen's full-sized avatar

Micha Hulsbosch vanlummelhuizen

  • Radboud University
  • Nijmegen
View GitHub Profile
@pvanliefland
pvanliefland / README.md
Last active July 16, 2024 11:25
Django embed template tag

embed template tag

Rationale

The issue

When working on a web application, you may have, on different screens, a variable number of similar components with minor differences. A "card" component is a good example: every card has a wrapper section element, a title, and an arbitrary content wrapped inside a div element.

Consider the following simplified HTML example of an application :