homepage/source/about/me.html.twig

18 lines
381 B
Twig
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: internal
title: Обо мне
description: Несколько фактов об авторе
---
{% block js %}
<script async src="{{ hashed_asset('/static/about_me.js') }}"></script>
{% endblock %}
{% block css %}
<link rel="stylesheet" href="{{ hashed_asset('/static/about_me.css') }}">
{% endblock %}
{% block content %}
<div id="app"></div>
{% endblock %}