homepage/source/about/me.html.twig

25 lines
465 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: Обо мне
---
{% block js %}
<script src="/static/about_me.js?v={{ date().timestamp }}"></script>
{% endblock %}
{% block content %}
<section class="about-me js-about-me">
<div class="about-me__content">
<p class="about-me__note" id="about-me-note"></p>
<p class="about-me__links">
<a id="know-better" href="#">Узнать чуть лучше</a>
</p>
</div>
</section>
{% endblock %}