mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
13 lines
368 B
Cheetah
13 lines
368 B
Cheetah
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
{{!master(layout/_master.tmpl)}}
|
|
|
|
{{#isNamespace}}
|
|
{{>partials/namespace}}
|
|
{{/isNamespace}}
|
|
{{#isClass}}
|
|
{{>partials/class}}
|
|
{{/isClass}}
|
|
{{#isEnum}}
|
|
{{>partials/enum}}
|
|
{{/isEnum}}
|
|
{{>partials/customMREFContent}} |