mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
11 lines
234 B
HTML
Executable File
11 lines
234 B
HTML
Executable File
<!-- Page generated {{ site.time }} -->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{%- include head.html -%}
|
|
{%- if page.landing == true -%}
|
|
{%- include body-landing.html -%}
|
|
{%- else -%}
|
|
{%- include body.html -%}
|
|
{%- endif -%}
|
|
</html>
|