diff --git a/COMET.Web.Common/COMET.Web.Common.csproj b/COMET.Web.Common/COMET.Web.Common.csproj
index d9e314c8..84737371 100644
--- a/COMET.Web.Common/COMET.Web.Common.csproj
+++ b/COMET.Web.Common/COMET.Web.Common.csproj
@@ -3,7 +3,7 @@
net7.0
Latest
- 1.0.30
+ 1.0.31
1.0.0
1.0.0
CDP4 WEB Common
@@ -21,7 +21,7 @@
README.md
cdp4-icon.png
- [BUG] Fix IOC registration
+ [BUG] Missing body inside the ApplicationTemplate
diff --git a/COMET.Web.Common/Components/Applications/ApplicationTemplate.razor b/COMET.Web.Common/Components/Applications/ApplicationTemplate.razor
index b87b8b37..d5ec771e 100644
--- a/COMET.Web.Common/Components/Applications/ApplicationTemplate.razor
+++ b/COMET.Web.Common/Components/Applications/ApplicationTemplate.razor
@@ -20,4 +20,8 @@
// along with this program. If not, see http://www.gnu.org/licenses/.
------------------------------------------------------------------------------->
@namespace COMET.Web.Common.Components.Applications
-@inherits GenericApplicationTemplate
\ No newline at end of file
+@inherits GenericApplicationTemplate
+
+
+ @this.Body
+
\ No newline at end of file