mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 22:21:55 +03:00
19 lines
202 B
HTML
19 lines
202 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
{% include head.html %}
|
||
|
|
||
|
<body>
|
||
|
|
||
|
{% include header.html %}
|
||
|
|
||
|
<div class="container">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
|
||
|
{% include footer.html %}
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|