protevus/views/hello.jael

8 lines
207 B
Text
Raw Normal View History

2018-11-14 07:18:56 +00:00
<extend src="layout.jael">
2017-10-19 21:53:33 +00:00
<block name="content">
<div class="title">Angel</div>
2019-04-29 17:20:47 +00:00
<p>
<a href="/graphiql">Click here</a> to access GraphiQL.
</p>
2017-10-19 21:53:33 +00:00
</block>
</extend>