diff --git a/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx135-eu.html b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx135-eu.html
new file mode 100644
index 00000000000..c1543dfd7fe
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx135-eu.html
@@ -0,0 +1,45 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% extends "firefox/whatsnew/base.html" %}
+
+{% block page_css %}
+ {{ css_bundle('firefox_whatsnew_135') }}
+{% endblock %}
+
+{% set utm_params = 'utm_source=www.mozilla.org&utm_medium=referral&utm_campaign=wnp135-shortcuts' %}
+
+{% if LANG == 'de' %}
+ {% set main_title = 'Ein Zoom auf die Funktionen von Firefox' %}
+ {% set main_tagline = 'Navigiere dich mit Firefox schnell durchs Web und nutze cmd/Strg + und cmd/Strg -, um unkompliziert Inhalte zu vergrößern oder zu verkleinern.' %}
+ {% set main_cta = 'Entdecke weitere Tastenkombinationen' %}
+{% elif LANG == 'fr' %}
+ {% set main_title = 'Zoomez sur les fonctionnalités de Firefox' %}
+ {% set main_tagline = 'Naviguez sur Firefox rapidement avec cmd/ctrl + et cmd/ctrl - pour facilement redimensionner le contenu d’une page web.' %}
+ {% set main_cta = 'Découvrir plus de raccourcis' %}
+{% else %}
+ {% set main_title = 'Zoom in to Firefox functions' %}
+ {% set main_tagline = 'Navigate Firefox quickly and use cmd/ctrl + and cmd/ctrl - to easily resize content, making it larger or smaller.' %}
+ {% set main_cta = 'Find more shortcuts' %}
+{% endif %}
+
+{% set main_cta_link = 'https://support.mozilla.org/kb/keyboard-shortcuts-perform-firefox-tasks-quickly?' + utm_params %}
+
+{% block wnp_content %}
+
+