mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
15 lines
219 B
HTML
15 lines
219 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
{% include header.html %}
|
|
|
|
<link rel="stylesheet" href="/assets/css/release.css" />
|
|
|
|
<div class="release-container">
|
|
{{ content }}
|
|
</div>
|
|
|
|
{% include thankyou.html %}
|
|
{% include footer.html %}
|