article name not displaying on the right side [solved]

1
2
{% extends 'base.html' %} <!-- extending base.html -->
{% block content %} <!--using a dynamic data-->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The above code displays title 'article name' below 'Main Content Here' which I don't want. How can I display on the right side exactly straight to the title 'Main Content Here'?

1 Response

The above issue is already solved. The problem was in line 11 and 17. I had written mid instead of md. This was the error.

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.