diff --git a/src/main/resources/templates/templates/templates.ftl b/src/main/resources/templates/templates/templates.ftl
index 6305b6d4b20a7bda9b43c4578883b49a1ca98af0..1197603600543609cf0a266152755e8212a9d722 100644
--- a/src/main/resources/templates/templates/templates.ftl
+++ b/src/main/resources/templates/templates/templates.ftl
@@ -19,6 +19,13 @@
                     <div class="section center-align">
                         <div class="headline">${locale.getString("menu.templates")}</div>
                     </div>
+                    <div class="row">
+                        <div class="input-field col s12 m12 l8 offset-l2">
+                            <i class="material-icons prefix">search</i>
+                            <input id="searchTemplate" type="text">
+                            <label for="searchTemplate">${locale.getString("search")}</label>
+                        </div>
+                    </div>
                 </div>
                 <br>
                 <@templateFunctions.buttons/>