mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-06 02:38:00 +08:00
5 lines
183 B
HTML
5 lines
183 B
HTML
|
{% extends "layout.html" %}
|
||
|
|
||
|
{% block title %}{{post.title}} - {{config.site.name}}{% endblock %}
|
||
|
{% block description %}{% if post.summay %}{{post.summary}}{% endif %}{% endblock %}
|