File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en " data-theme ="light ">
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
- {% set title = "Python Type Challenges - Learn & Master Type Hints" %}
6
5
{% set description = "Learn Python typing (type hints) with interactive online exercises!" %}
7
6
{% block head %}{% endblock %}
8
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
Original file line number Diff line number Diff line change 1
1
{% extends "base.html" %}
2
2
3
+ {% set title = "Python Type Challenges - " ~ name %}
3
4
{% block head %}
4
5
{{ super() }}
5
6
Original file line number Diff line number Diff line change 1
1
{% extends "base.html" %}
2
2
3
+ {% set title = "Python Type Challenges - Learn & Master Type Hints" %}
3
4
{% block head %}
4
5
{{ super() }}
5
6
< title > {{title}}</ title >
You can’t perform that action at this time.
0 commit comments