summaryrefslogtreecommitdiff
path: root/arduino_blog/templates/index.html
blob: cc7f0abb7a9bd549a743280e51f96fd0592fbf04 (plain)
1
2
3
4
5
{% extends "base.html" %}
{% load static %}
    {% block content %}
        {% include 'home.html' %}
    {% endblock %}