mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
[website] [minor] moving to framework
This commit is contained in:
20
website/templates/includes/page.html
Normal file
20
website/templates/includes/page.html
Normal file
@@ -0,0 +1,20 @@
|
||||
{% extends "app/website/templates/html/outer.html" %}
|
||||
|
||||
{% block title -%}{{ title }}{%- endblock %}
|
||||
|
||||
{% block header -%}
|
||||
{{ super() }}
|
||||
<script>
|
||||
{% block javascript -%}
|
||||
{%- endblock %}
|
||||
</script>
|
||||
{% block css -%}
|
||||
{% if insert_style -%}
|
||||
<style>{{ css }}</style>
|
||||
{%- endif %}
|
||||
{%- endblock %}
|
||||
{%- endblock -%}
|
||||
|
||||
{%- block content -%}
|
||||
{{ content }}
|
||||
{%- endblock %}
|
||||
Reference in New Issue
Block a user