diff --git a/django/templates/knowledge_base/article_detail.html b/django/templates/knowledge_base/article_detail.html
index 4ae51cc..8f660bc 100644
--- a/django/templates/knowledge_base/article_detail.html
+++ b/django/templates/knowledge_base/article_detail.html
@@ -53,7 +53,8 @@ code {
{% endfor %}
+
{{ article.content | markdown | safe }}
-
+
{% endblock %}
diff --git a/django/templates/knowledge_base/category_detail.html b/django/templates/knowledge_base/category_detail.html
index febd64f..3618cc4 100644
--- a/django/templates/knowledge_base/category_detail.html
+++ b/django/templates/knowledge_base/category_detail.html
@@ -8,8 +8,7 @@
{#% block nav_home %}active{% endblock %#}
{% block content %}
-
-
+
{% breadcrumbs_category category as current_breadcrumbs %}
{% endblock %}
diff --git a/django/templates/knowledge_base/index.html b/django/templates/knowledge_base/index.html
index 2cedc8e..5dc6140 100644
--- a/django/templates/knowledge_base/index.html
+++ b/django/templates/knowledge_base/index.html
@@ -5,7 +5,7 @@
{% load static %}
{% load sekizai_tags %}
{% block title %}Knowledge Base Categories | Labelbase{% endblock %}
-{#% block nav_home %}active{% endblock %#}
+
{% block content %}