Skip to content

Instantly share code, notes, and snippets.

@kshepp
Created February 19, 2016 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kshepp/7d6609f7773330f650ab to your computer and use it in GitHub Desktop.
Save kshepp/7d6609f7773330f650ab to your computer and use it in GitHub Desktop.
Extending files in Django
{% extends "NAME_OF_YOUR_PROJECT/base.html" %}
{% load static %}
{% block content %}
<!--Insert all of the page specific content here-->
{% endblock %}
@ghosted09
Copy link

Can extends using php file without change funtion php ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment