1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-23 20:00:27 +08:00
2021-04-08 19:58:30 +08:00

11 lines
214 B
Plaintext

{%- macro source_type(type) %}
{% if type == 1 %}
原创
{% elseif type == 2 %}
转载
{% elseif type == 3 %}
翻译
{% else %}
未知
{% endif %}
{%- endmacro %}