I actually just deleted templates-sdk/ then made a copy of templates-sdk-dev/ and then renamed it to templates-sdk/. So this is a clean copy. Once this goes through cleanly, I'll delete templates-sdk-dev/ and update all doc targets to use templates-sdk/. Change-Id: I276695969e02fcf718370564e84b077a9d43725e
11 lines
328 B
C#
11 lines
328 B
C#
<?cs if:!devsite ?><?cs # leave out the global header for devsite; it is in devsite template ?>
|
|
<?cs call:custom_masthead() ?>
|
|
|
|
<?cs if:(fullpage) ?>
|
|
<?cs call:fullpage() ?>
|
|
<?cs else ?>
|
|
<?cs call:body_content_wrap_start() ?>
|
|
<?cs /if ?>
|
|
|
|
<?cs call:search_results() ?>
|
|
<?cs /if ?><?cs # end if/else !devsite ?> |