diff --git a/apps/course/templates/course/blocks/game.html b/apps/course/templates/course/blocks/game.html
new file mode 100644
index 00000000..7a195c8b
--- /dev/null
+++ b/apps/course/templates/course/blocks/game.html
@@ -0,0 +1,14 @@
+{% load static %}
+
+
+
+
+
LILCITY
+
Приложения, развивающие игры и интерактивные книги от Lil City.
+
УЗНАТЬ БОЛЬШЕ
+
+
+
+

+
+
\ No newline at end of file
diff --git a/apps/course/templates/course/result.html b/apps/course/templates/course/result.html
index 8c0435e9..e9ec7deb 100644
--- a/apps/course/templates/course/result.html
+++ b/apps/course/templates/course/result.html
@@ -33,4 +33,5 @@
+{% include "course/blocks/game.html" %}
{% endblock content %}