mirror of
https://github.com/kataras/iris.git
synced 2026-08-08 13:39:00 +00:00
Add View Engine Benchmarks: https://github.com/kataras/iris/tree/master/_benchmarks/view
This commit is contained in:
@@ -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