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 22< html lang ="en " data-theme ="light ">
33 < head >
44 < meta charset ="UTF-8 ">
5- {% set title = "Python Type Challenges - Learn & Master Type Hints" %}
65 {% set description = "Learn Python typing (type hints) with interactive online exercises!" %}
76 {% block head %}{% endblock %}
87 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
3+ {% set title = "Python Type Challenges - " ~ name %}
34{% block head %}
45 {{ super() }}
56
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
3+ {% set title = "Python Type Challenges - Learn & Master Type Hints" %}
34{% block head %}
45 {{ super() }}
56 < title > {{title}}</ title >
You can’t perform that action at this time.
0 commit comments