{# -------------------------------------------------------------------------- #} {# _layout.html #} {# Use this as master layout and extends your #} {# The view template must has a block name 'admin_content' #} {# -------------------------------------------------------------------------- #} {# Get the admin layout. It's already build to include menu etc #} {% extends "WebPortfolio/admin-layout.html" %} {# -------------------------------------------------------------------------- #} {# WebPortfolio base macro #} {% import "WebPortfolio/macros/base.html" as wp with context %} {# -------------------------------------------------------------------------- #} {# Static block #} {# Include extra css and javascript here bundle here #} {% block admin_static %} {# {{ wp.css_assets('admin-all-css') }} #} {# {{ wp.js_assets('admin-all-js') }}#} {% endblock %}