mirror of
https://github.com/kataras/iris.git
synced 2026-03-06 00:16:12 +00:00
Add .NET Core MVC with Templates vs Iris MVC with Templates
https://hackernoon.com/go-vs-net-core-in-terms-of-http-performance-7535a61b67b8 Former-commit-id: dabf2d23a2f8a341ded9fc87ced82300855e26a6
This commit is contained in:
4
_benchmarks/iris-mvc-templates/views/about.html
Normal file
4
_benchmarks/iris-mvc-templates/views/about.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<h2>{{.Title}}</h2>
|
||||
<h3>{{.Message}}</h3>
|
||||
|
||||
<p>Use this area to provide additional information.</p>
|
||||
Reference in New Issue
Block a user