quick rust website
This commit is contained in:
9
templates/homepage.html
Normal file
9
templates/homepage.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "_layout.html" %}
|
||||
|
||||
{% block title %}Home Page{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<p>Hello world!</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user