ige-geophysics / website

This is the source code for the Geophysics Lab website
https://www.ige.unicamp.br/geophysics/
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Place holders in block title #66

Open hbueno opened 4 years ago

hbueno commented 4 years ago

Original:

<title>{{this.title}}</title>

Using place-holders to define a block title:

<title>{% block title %}{{this.title}}{% endblock title %}</title>

The last one writes the html tag in the title.

image