<{$action.bbs.bbs_name}>
<{include file = "bbs_view_main_display.html"}>
<{assign var="operationPosition" value="head"}>
<{include file = "bbs_view_main_init_operation.html"}>
<{if $action.bbs.topic_authority}>
<{include file = "bbs_view_main_form.html"}>
<{/if}>
<{if $action.postExists}>
<{if $action.expand == BBS_EXPAND_THREAD_VALUE}>
<{include file = "bbs_view_main_thread.html"}>
<{elseif $action.expand == BBS_EXPAND_FLAT_VALUE}>
<{include file = "bbs_view_main_flat.html"}>
<{/if}>
<{assign var="operationPosition" value="foot"}>
<{include file = "bbs_view_main_init_operation.html"}>
<{else}>
<{$lang.bbs_no_post|smarty:nodefaults}>
<{/if}>
<{include file = "../bbs_script.html"}>
<{/strip}>