akshayitzme / cinlist

Developing a Progressive WebApp to list your favorite series and movies.
Apache License 2.0
4 stars 11 forks source link

html: create a content block #16

Closed akshayitzme closed 1 year ago

akshayitzme commented 1 year ago

It is needed to define a block that can be used to load html content.

Refer:

Django block Template Tag

Example:

<body>
{% block content %}{% endblock %}
</body>
lucasmontanheiro commented 1 year ago

Hi, can you assign this issue to me?