mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 05:25:58 +00:00
Add View Engine Benchmarks: https://github.com/kataras/iris/tree/master/_benchmarks/view
This commit is contained in:
6
_examples/view/layout/django/views/index.html
Normal file
6
_examples/view/layout/django/views/index.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "layouts/main.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Index Body</h1>
|
||||
<h3>Message: {{Message}}</h3>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user