mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 12:42:41 +00:00
Merge branch 'master' into better_default_theme
This commit is contained in:
@@ -33,6 +33,11 @@ def article_template(environment: Environment) -> Iterator[Template]:
|
||||
yield environment.get_template('article.html')
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def index_template(environment: Environment) -> Iterator[Template]:
|
||||
yield environment.get_template('index.html')
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def archive_template(environment: Environment) -> Iterator[Template]:
|
||||
yield environment.get_template('archive.html')
|
||||
|
||||
Reference in New Issue
Block a user