Update
This commit is contained in:
parent
584c07ff23
commit
53e144d9a7
24 changed files with 1236 additions and 254 deletions
14
backend/templates/web/index.html
Normal file
14
backend/templates/web/index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}index{% endblock %}
|
||||
|
||||
{% block head %}{% endblock %}
|
||||
|
||||
{% block breadcrumb %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>This is my site</h1>
|
||||
<p>Hey, I'm Dominic (aka. dergrimm) and this is my blog!</p>
|
||||
<p>I mostly plan to talk about modern tech and server side stuff like Rust, Crystal, C, databases and APIs.</p>
|
||||
<p>Keep posted by following my feed.</p>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue