diff --git a/views/problem.ejs b/views/problem.ejs
index b970480..af03886 100644
--- a/views/problem.ejs
+++ b/views/problem.ejs
@@ -71,36 +71,46 @@ if (contest) {
<% } %>
+ <% if (problem.description) { %>
<%- problem.description %>
+ <% } %>
+ <% if (problem.input_format) { %>
<%- problem.input_format %>
+ <% } %>
+ <% if (problem.output_format) { %>
<%- problem.output_format %>
+ <% } %>
+ <% if (problem.example) { %>
+ <% } %>
+ <% if (problem.limit_and_hint) { %>
<%- problem.limit_and_hint %>
+ <% } %>