diff --git a/src/OAP/Oap.Theme/Oap.Theme.csproj b/src/OAP/Oap.Theme/Oap.Theme.csproj
index 813bbd4..8613a58 100644
--- a/src/OAP/Oap.Theme/Oap.Theme.csproj
+++ b/src/OAP/Oap.Theme/Oap.Theme.csproj
@@ -18,6 +18,7 @@
+
diff --git a/src/OAP/Oap.Theme/Views/Content-OapApplicationFormStep.cshtml b/src/OAP/Oap.Theme/Views/Content-OapApplicationFormStep.cshtml
new file mode 100644
index 0000000..75dea36
--- /dev/null
+++ b/src/OAP/Oap.Theme/Views/Content-OapApplicationFormStep.cshtml
@@ -0,0 +1,10 @@
+
+ @Model.Header.TitlePart.Title
+
+
+
\ No newline at end of file
diff --git a/src/OAP/Oap.Theme/Views/Layout.cshtml b/src/OAP/Oap.Theme/Views/Layout.cshtml
index 29d8458..0dff5b6 100644
--- a/src/OAP/Oap.Theme/Views/Layout.cshtml
+++ b/src/OAP/Oap.Theme/Views/Layout.cshtml
@@ -27,10 +27,13 @@
@await RenderSectionAsync("Header", required: false)
- @await RenderBodyAsync()
+
+ @await RenderBodyAsync()
+
@await RenderSectionAsync("Footer", required: false)
+