{% load static %}
To configure the blog base template, either:
The template needs to provide the following blocks:
| content | The block for the main content. |
| title | The contents for the <title> tag. |
| link | The placeholder for <link> tags for RSS feeds and CSS. |
| script | The placeholder for <script> tags. |
| meta-title | The content for the <title> tag, completely overriding the default title. |
| meta-description | The content for the <meta name="description"> tag. |
| meta-keywords | The content for the <meta name="keywords"> tag. |
| og-type | The content for the <meta property="og:type"> tag for Facebook (optional) |
| og-description | The content for the <meta property="og:type"> tag for Facebook (optional) |
The blog contents is displayed below:
{% block content %}{% endblock %}