Skip to content

Commit

Permalink
Add new documentation files and images
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Feb 23, 2024
1 parent 5feb492 commit 9fccacf
Show file tree
Hide file tree
Showing 67 changed files with 2,645 additions and 1,223 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
fail_on_warning: false

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ en-US:
- Fix the problem that the terminal interface rendering is not refreshed in time when the window is maximized on linux
- The plugin system completes multi-language support
- Partial UI details beautification
- Add a new help document
- Add German/Portuguese (Brazil)/Czech/Arabic support

zh-CN:
Expand All @@ -20,6 +21,7 @@ zh-CN:
- 修复linux上最大化窗口终端界面渲染未及时刷新问题
- 插件系统完成多语言支持
- 部分UI细节美化
- 新增一个新的帮助文档界面
- 增加德语/葡萄牙语(巴西)/捷克语/阿拉伯语支持

## [[V0.4.2](https://github.com/QQxiaoming/quardCRT/releases/tag/V0.4.2)] - 2024-01-28
Expand Down
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Linux ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/linux.yml?branch=main&logo=linux)](https://github.com/QQxiaoming/quardCRT/actions/workflows/linux.yml)
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos.yml)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/qqxiaoming/quardCRT.svg?logo=codefactor)](https://www.codefactor.io/repository/github/qqxiaoming/quardCRT)
[![Documentation Status](https://readthedocs.org/projects/quardcrt/badge/?version=latest)](https://quardcrt.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/github/license/qqxiaoming/quardCRT.svg?colorB=f48041&logo=gnu)](https://github.com/QQxiaoming/quardCRT)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/QQxiaoming/quardCRT.svg?logo=git)](https://github.com/QQxiaoming/quardCRT/releases)
[![GitHub All Releases](https://img.shields.io/github/downloads/QQxiaoming/quardCRT/total.svg?logo=pinboard)](https://github.com/QQxiaoming/quardCRT/releases)
Expand All @@ -17,23 +18,23 @@

quardCRT is a terminal emulation and remote desktop software that supports multiple backend protocols, can be used across platforms without dependencies, and has a completely consistent user experience on windows/linux/mac. It supports traditional terminal software functions such as multi-tab and history management, and supports some unique detailed functions.

| ![img2](./docs/windows.png) |
| ![img2](./docs/img/windows.png) |
| :-------------------------: |
| Windows |
| ![img1](./docs/macos.png) |
| ![img1](./docs/img/macos.png) |
| MacOS |
| ![img3](./docs/linux.png) |
| ![img3](./docs/img/linux.png) |
| Linux |

Light/dark theme switching:

| ![img4](./docs/dark.png) | ![img5](./docs/light.png) |
| ![img4](./docs/img/dark.png) | ![img5](./docs/img/light.png) |
| :-------------------------: | :-------------------------: |
| Dark theme | Light theme |

Protocol selection interface:

![img](./docs/img.png)
![img](./docs/img/img.png)

## Feature

Expand Down Expand Up @@ -104,19 +105,19 @@ Protocol selection interface:

quardCRT supports multiple languages, currently supports the following languages, translation coverage is as follows:

| 🇺🇸 English | ![en_US](./docs/en_US.svg) |
| 🇺🇸 English | ![en_US](./docs/img/en_US.svg) |
| :----------: | :------------------------: |
| 🇨🇳 简体中文 | ![zh_CN](./docs/zh_CN.svg) |
| 🇭🇰 繁體中文 | ![zh_HK](./docs/zh_HK.svg) |
| 🇯🇵 日本語 | ![ja_JP](./docs/ja_JP.svg) |
| 🇰🇷 한국어 | ![ko_KR](./docs/ko_KR.svg) |
| 🇪🇸 Español | ![es_ES](./docs/es_ES.svg) |
| 🇫🇷 Français | ![fr_FR](./docs/fr_FR.svg) |
| 🇷🇺 Русский | ![ru_RU](./docs/ru_RU.svg) |
| 🇩🇪 Deutsch | ![de_DE](./docs/de_DE.svg) |
| 🇧🇷 Português | ![pt_BR](./docs/pt_BR.svg) |
| 🇨🇿 čeština | ![cs_CZ](./docs/cs_CZ.svg) |
| 🇸🇦 عربي | ![ar_SA](./docs/ar_SA.svg) |
| 🇨🇳 简体中文 | ![zh_CN](./docs/img/zh_CN.svg) |
| 🇭🇰 繁體中文 | ![zh_HK](./docs/img/zh_HK.svg) |
| 🇯🇵 日本語 | ![ja_JP](./docs/img/ja_JP.svg) |
| 🇰🇷 한국어 | ![ko_KR](./docs/img/ko_KR.svg) |
| 🇪🇸 Español | ![es_ES](./docs/img/es_ES.svg) |
| 🇫🇷 Français | ![fr_FR](./docs/img/fr_FR.svg) |
| 🇷🇺 Русский | ![ru_RU](./docs/img/ru_RU.svg) |
| 🇩🇪 Deutsch | ![de_DE](./docs/img/de_DE.svg) |
| 🇧🇷 Português | ![pt_BR](./docs/img/pt_BR.svg) |
| 🇨🇿 čeština | ![cs_CZ](./docs/img/cs_CZ.svg) |
| 🇸🇦 عربي | ![ar_SA](./docs/img/ar_SA.svg) |

The translation of quartCRT is assisted by github copilot, and the translation may not be very accurate. If you find any problems with the translation, please submit an issue or pull request.

Expand All @@ -140,7 +141,7 @@ The current project is recommended to use version Qt6.5.0 and above.

The project is currently developed in my spare time. In order to improve the development efficiency, this project uses GitHub Copilot to assist in code writing. The readability of some code may not be very good, and the author will try to optimize it in subsequent versions.

## Thanks
## Acknowledgements

The code of this project references or partially refers to or depends on the following open source projects. The project fully respects the open source agreement of the original project and would like to express its gratitude.

Expand Down
35 changes: 18 additions & 17 deletions README_ja_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Linux ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/linux.yml?branch=main&logo=linux)](https://github.com/QQxiaoming/quardCRT/actions/workflows/linux.yml)
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos.yml)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/qqxiaoming/quardCRT.svg?logo=codefactor)](https://www.codefactor.io/repository/github/qqxiaoming/quardCRT)
[![Documentation Status](https://readthedocs.org/projects/quardcrt/badge/?version=latest)](https://quardcrt.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/github/license/qqxiaoming/quardCRT.svg?colorB=f48041&logo=gnu)](https://github.com/QQxiaoming/quardCRT)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/QQxiaoming/quardCRT.svg?logo=git)](https://github.com/QQxiaoming/quardCRT/releases)
[![GitHub All Releases](https://img.shields.io/github/downloads/QQxiaoming/quardCRT/total.svg?logo=pinboard)](https://github.com/QQxiaoming/quardCRT/releases)
Expand All @@ -16,23 +17,23 @@

quardCRT は、複数のバックエンド プロトコルをサポートし、依存関係なくプラットフォーム間で使用でき、Windows/Linux/Mac 上で完全に一貫したユーザー エクスペリエンスを実現するターミナル エミュレーションおよびリモート デスクトップ ソフトウェアです。 マルチタブや履歴管理などの従来のターミナルソフトウェア機能をサポートし、いくつかの独自の詳細な機能をサポートします。

| ![img2](./docs/windows.png) |
| ![img2](./docs/img/windows.png) |
| :-------------------------: |
| Windows |
| ![img1](./docs/macos.png) |
| ![img1](./docs/img/macos.png) |
| MacOS |
| ![img3](./docs/linux.png) |
| ![img3](./docs/img/linux.png) |
| Linux |

ライト/ダーク テーマ切り替え:

| ![img4](./docs/dark.png) | ![img5](./docs/light.png) |
| ![img4](./docs/img/dark.png) | ![img5](./docs/img/light.png) |
| :-------------------------: | :-------------------------: |
| ダーク テーマ | ライト テーマ |

プロトコル選択インターフェイス:

![img](./docs/img.png)
![img](./docs/img/img.png)

## 機能

Expand Down Expand Up @@ -103,19 +104,19 @@ quardCRT は、複数のバックエンド プロトコルをサポートし、

quardCRT は多言語をサポートし、現在以下の言語をサポートしています。翻訳カバレッジは以下の通りです:

| 🇺🇸 English | ![en_US](./docs/en_US.svg) |
| 🇺🇸 English | ![en_US](./docs/img/en_US.svg) |
| :----------: | :------------------------: |
| 🇨🇳 简体中文 | ![zh_CN](./docs/zh_CN.svg) |
| 🇭🇰 繁體中文 | ![zh_HK](./docs/zh_HK.svg) |
| 🇯🇵 日本語 | ![ja_JP](./docs/ja_JP.svg) |
| 🇰🇷 한국어 | ![ko_KR](./docs/ko_KR.svg) |
| 🇪🇸 Español | ![es_ES](./docs/es_ES.svg) |
| 🇫🇷 Français | ![fr_FR](./docs/fr_FR.svg) |
| 🇷🇺 Русский | ![ru_RU](./docs/ru_RU.svg) |
| 🇩🇪 Deutsch | ![de_DE](./docs/de_DE.svg) |
| 🇧🇷 Português | ![pt_BR](./docs/pt_BR.svg) |
| 🇨🇿 čeština | ![cs_CZ](./docs/cs_CZ.svg) |
| 🇸🇦 عربي | ![ar_SA](./docs/ar_SA.svg) |
| 🇨🇳 简体中文 | ![zh_CN](./docs/img/zh_CN.svg) |
| 🇭🇰 繁體中文 | ![zh_HK](./docs/img/zh_HK.svg) |
| 🇯🇵 日本語 | ![ja_JP](./docs/img/ja_JP.svg) |
| 🇰🇷 한국어 | ![ko_KR](./docs/img/ko_KR.svg) |
| 🇪🇸 Español | ![es_ES](./docs/img/es_ES.svg) |
| 🇫🇷 Français | ![fr_FR](./docs/img/fr_FR.svg) |
| 🇷🇺 Русский | ![ru_RU](./docs/img/ru_RU.svg) |
| 🇩🇪 Deutsch | ![de_DE](./docs/img/de_DE.svg) |
| 🇧🇷 Português | ![pt_BR](./docs/img/pt_BR.svg) |
| 🇨🇿 čeština | ![cs_CZ](./docs/img/cs_CZ.svg) |
| 🇸🇦 عربي | ![ar_SA](./docs/img/ar_SA.svg) |

quartCRT の翻訳は github copilot によって支援されており、翻訳は非常に正確でないかもしれません。翻訳に問題がある場合は、issue または pull request を提出してください。

Expand Down
35 changes: 18 additions & 17 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Linux ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/linux.yml?branch=main&logo=linux)](https://github.com/QQxiaoming/quardCRT/actions/workflows/linux.yml)
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos.yml)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/qqxiaoming/quardCRT.svg?logo=codefactor)](https://www.codefactor.io/repository/github/qqxiaoming/quardCRT)
[![Documentation Status](https://readthedocs.org/projects/quardcrt/badge/?version=latest)](https://quardcrt.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/github/license/qqxiaoming/quardCRT.svg?colorB=f48041&logo=gnu)](https://github.com/QQxiaoming/quardCRT)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/QQxiaoming/quardCRT.svg?logo=git)](https://github.com/QQxiaoming/quardCRT/releases)
[![GitHub All Releases](https://img.shields.io/github/downloads/QQxiaoming/quardCRT/total.svg?logo=pinboard)](https://github.com/QQxiaoming/quardCRT/releases)
Expand All @@ -16,23 +17,23 @@

quardCRT一款多功能终端仿真/图形桌面软件,支持多种后端协议,无依赖跨平台使用,windows/linux/mac使用体验完全一致,支持多标签页和历史记录管理等传统终端软件功能,同时支持一些独具特色的细节功能。

| ![img2](./docs/windows_zh_CN.png) |
| ![img2](./docs/img/windows_zh_CN.png) |
| :-------------------------: |
| Windows |
| ![img1](./docs/macos_zh_CN.png) |
| ![img1](./docs/img/macos_zh_CN.png) |
| MacOS |
| ![img3](./docs/linux_zh_CN.png) |
| ![img3](./docs/img/linux_zh_CN.png) |
| Linux |

亮/暗主题切换:

| ![img4](./docs/dark_zh_CN.png) | ![img5](./docs/light_zh_CN.png) |
| ![img4](./docs/img/dark_zh_CN.png) | ![img5](./docs/img/light_zh_CN.png) |
| :-------------------------: | :-------------------------: |
| 暗主题 | 亮主题 |

协议选择界面:

![img](./docs/img_zh_CN.png)
![img](./docs/img/img_zh_CN.png)

## 功能描述

Expand Down Expand Up @@ -103,19 +104,19 @@ quardCRT一款多功能终端仿真/图形桌面软件,支持多种后端协

quardCRT支持多语言,目前支持以下语言,翻译覆盖率如下:

| 🇺🇸 English | ![en_US](./docs/en_US.svg) |
| 🇺🇸 English | ![en_US](./docs/img/en_US.svg) |
| :----------: | :------------------------: |
| 🇨🇳 简体中文 | ![zh_CN](./docs/zh_CN.svg) |
| 🇭🇰 繁體中文 | ![zh_HK](./docs/zh_HK.svg) |
| 🇯🇵 日本語 | ![ja_JP](./docs/ja_JP.svg) |
| 🇰🇷 한국어 | ![ko_KR](./docs/ko_KR.svg) |
| 🇪🇸 Español | ![es_ES](./docs/es_ES.svg) |
| 🇫🇷 Français | ![fr_FR](./docs/fr_FR.svg) |
| 🇷🇺 Русский | ![ru_RU](./docs/ru_RU.svg) |
| 🇩🇪 Deutsch | ![de_DE](./docs/de_DE.svg) |
| 🇧🇷 Português | ![pt_BR](./docs/pt_BR.svg) |
| 🇨🇿 čeština | ![cs_CZ](./docs/cs_CZ.svg) |
| 🇸🇦 عربي | ![ar_SA](./docs/ar_SA.svg) |
| 🇨🇳 简体中文 | ![zh_CN](./docs/img/zh_CN.svg) |
| 🇭🇰 繁體中文 | ![zh_HK](./docs/img/zh_HK.svg) |
| 🇯🇵 日本語 | ![ja_JP](./docs/img/ja_JP.svg) |
| 🇰🇷 한국어 | ![ko_KR](./docs/img/ko_KR.svg) |
| 🇪🇸 Español | ![es_ES](./docs/img/es_ES.svg) |
| 🇫🇷 Français | ![fr_FR](./docs/img/fr_FR.svg) |
| 🇷🇺 Русский | ![ru_RU](./docs/img/ru_RU.svg) |
| 🇩🇪 Deutsch | ![de_DE](./docs/img/de_DE.svg) |
| 🇧🇷 Português | ![pt_BR](./docs/img/pt_BR.svg) |
| 🇨🇿 čeština | ![cs_CZ](./docs/img/cs_CZ.svg) |
| 🇸🇦 عربي | ![ar_SA](./docs/img/ar_SA.svg) |

quardCRT的翻译由github copilot协助翻译,翻译可能不是很准确,如果您发现翻译有问题,欢迎提交issue或pull request。

Expand Down
35 changes: 18 additions & 17 deletions README_zh_HK.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Linux ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/linux.yml?branch=main&logo=linux)](https://github.com/QQxiaoming/quardCRT/actions/workflows/linux.yml)
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos.yml)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/qqxiaoming/quardCRT.svg?logo=codefactor)](https://www.codefactor.io/repository/github/qqxiaoming/quardCRT)
[![Documentation Status](https://readthedocs.org/projects/quardcrt/badge/?version=latest)](https://quardcrt.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/github/license/qqxiaoming/quardCRT.svg?colorB=f48041&logo=gnu)](https://github.com/QQxiaoming/quardCRT)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/QQxiaoming/quardCRT.svg?logo=git)](https://github.com/QQxiaoming/quardCRT/releases)
[![GitHub All Releases](https://img.shields.io/github/downloads/QQxiaoming/quardCRT/total.svg?logo=pinboard)](https://github.com/QQxiaoming/quardCRT/releases)
Expand All @@ -16,23 +17,23 @@

quardCRT一款多功能終端模擬/圖形桌面軟體,支援多種後端協議,無依賴跨平台使用,windows/linux/mac使用體驗完全一致,支援多標籤頁和歷史記錄管理等傳統終端軟體功能,同時支援一些獨具特色的細節功能。

| ![img2](./docs/windows.png) |
| ![img2](./docs/img/windows.png) |
| :-------------------------: |
| Windows |
| ![img1](./docs/macos.png) |
| ![img1](./docs/img/macos.png) |
| MacOS |
| ![img3](./docs/linux.png) |
| ![img3](./docs/img/linux.png) |
| Linux |

亮/暗主題切換:

| ![img4](./docs/dark.png) | ![img5](./docs/light.png) |
| ![img4](./docs/img/dark.png) | ![img5](./docs/img/light.png) |
| :-------------------------: | :-------------------------: |
| 暗主題 | 亮主題 |

協議選擇界面:

![img](./docs/img.png)
![img](./docs/img/img.png)

## 功能描述

Expand Down Expand Up @@ -103,19 +104,19 @@ quardCRT一款多功能終端模擬/圖形桌面軟體,支援多種後端協

quardCRT支持多語言,目前支持以下語言,翻譯覆蓋率如下:

| 🇺🇸 English | ![en_US](./docs/en_US.svg) |
| 🇺🇸 English | ![en_US](./docs/img/en_US.svg) |
| :----------: | :------------------------: |
| 🇨🇳 简体中文 | ![zh_CN](./docs/zh_CN.svg) |
| 🇭🇰 繁體中文 | ![zh_HK](./docs/zh_HK.svg) |
| 🇯🇵 日本語 | ![ja_JP](./docs/ja_JP.svg) |
| 🇰🇷 한국어 | ![ko_KR](./docs/ko_KR.svg) |
| 🇪🇸 Español | ![es_ES](./docs/es_ES.svg) |
| 🇫🇷 Français | ![fr_FR](./docs/fr_FR.svg) |
| 🇷🇺 Русский | ![ru_RU](./docs/ru_RU.svg) |
| 🇩🇪 Deutsch | ![de_DE](./docs/de_DE.svg) |
| 🇧🇷 Português | ![pt_BR](./docs/pt_BR.svg) |
| 🇨🇿 čeština | ![cs_CZ](./docs/cs_CZ.svg) |
| 🇸🇦 عربي | ![ar_SA](./docs/ar_SA.svg) |
| 🇨🇳 简体中文 | ![zh_CN](./docs/img/zh_CN.svg) |
| 🇭🇰 繁體中文 | ![zh_HK](./docs/img/zh_HK.svg) |
| 🇯🇵 日本語 | ![ja_JP](./docs/img/ja_JP.svg) |
| 🇰🇷 한국어 | ![ko_KR](./docs/img/ko_KR.svg) |
| 🇪🇸 Español | ![es_ES](./docs/img/es_ES.svg) |
| 🇫🇷 Français | ![fr_FR](./docs/img/fr_FR.svg) |
| 🇷🇺 Русский | ![ru_RU](./docs/img/ru_RU.svg) |
| 🇩🇪 Deutsch | ![de_DE](./docs/img/de_DE.svg) |
| 🇧🇷 Português | ![pt_BR](./docs/img/pt_BR.svg) |
| 🇨🇿 čeština | ![cs_CZ](./docs/img/cs_CZ.svg) |
| 🇸🇦 عربي | ![ar_SA](./docs/img/ar_SA.svg) |

quardCRT的翻譯由github copilot協助翻譯,翻譯可能不是很準確,如果您發現翻譯有問題,歡迎提交issue或pull request。

Expand Down
3 changes: 3 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/_build
/_static
!Makefile
20 changes: 20 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
25 changes: 25 additions & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{# Import the theme's layout. #}
{% extends '!layout.html' %}

{%- block extrahead %}
{# Add custom things to the head HTML tag #}
{% block font %}
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.loli.net/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">

<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}

code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
{% endblock %}
{# Call the parent block #}
{{ super() }}
{%- endblock %}
Loading

0 comments on commit 9fccacf

Please sign in to comment.