mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
11 lines
169 B
HTML
11 lines
169 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{% include head.html %}
|
|
<body>
|
|
{% include header.html %}
|
|
<div class="main-content">
|
|
{{ content }}
|
|
</div>
|
|
{% include footer.html %}
|
|
</body>
|
|
</html> |