{% capture _t %} {% assign product_name = site.product_name %} {% assign product_version = site.product_version %} {% assign page_title = page.title %} {% assign page_title_with_h1 = '' %} {% assign page_id = page.name | replace:'.md','' %} {% assign page_content = content %} {% capture shortcut_switcher %}
{% endcapture %} {% assign is_show_shortcut_switcher = 'false' %} {% assign current_year = 'now' | date:'%Y' %} {% assign last_modified = '' %} {% assign disqus = '' %} {% assign app_baseurl = site.webhelp_app_baseurl %} {% endcapture %} {% capture rendered_content %}{% include page.html %}{% endcapture %} {{ rendered_content }}