11 lines
189 B
HTML
11 lines
189 B
HTML
{% extends "content.html" %}
|
|
|
|
{% load static %}
|
|
|
|
{% block title %}Blog{% endblock %}
|
|
|
|
{% block headerimage %}{% static "img/header.jpg" %}{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{% endblock%}
|