We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aac945 + 8ef3b9f commit 9809c16Copy full SHA for 9809c16
finger/templates/base.html
@@ -3,6 +3,7 @@
3
<!html>
4
<html>
5
<head>
6
+ <title>{% block title %}Fingerweb{% endblock %} - Stacken</title>
7
<link rel="stylesheet" href="{% static "fingerweb.scss"|compile %}" />
8
</head>
9
<body>
services/templates/services/service.html
@@ -1,4 +1,5 @@
1
{% extends "base.html" %}
2
+{% block title %}Tjänsten {{service}}{% endblock %}
{% block content %}
<h1>Tjänsten {{service}}</h1>
0 commit comments