mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 10:50:29 +01:00
7 lines
136 B
Twig
7 lines
136 B
Twig
{% extends "layout.html.twig" %}
|
|
|
|
{% block title %}{{ 'entry.new.page_title'|trans }}{% endblock %}
|
|
|
|
{% block content %}
|
|
{% endblock %}
|