blog post display and metadata
This commit is contained in:
11
axum_server/templates/post.html
Normal file
11
axum_server/templates/post.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}{{title}}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{title}}</h1>
|
||||
|
||||
<article>{{content|escape("none")}}</article>
|
||||
|
||||
{# footer #}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user