<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><html><head>
   <!--
      Template by Alireza Sadeghi
      Blog: http://diaar.blog.ir
      Template no.2 - v.1.2 ( Quartz TEMPLATE )
      #FREE
      -->
   <head:meta></head:meta>
   <head:style></head:style>
   <head:script></head:script>
   <meta charset="utf-8">
   <title>File</title>
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="purple">
   <!--
      Allowed colors:
      
      Default:
      - grey
      
      Others:
      - purple
      - orange
      - blue
      - green
      - yellow
      
      -->
   <header>
      <div class="container">
         <div class="row no-gutters">
            <div class="col-12 p-2">
               <h1><a href="(*blog_link*)">(*blog_title*)</a></h1>
               <h3> | (*blog_short_description*)</h3>
               <box:menu>
                  <nav>
                     <ul>
                        <view:menu>
                           <check:if menu_item_selected>
                              <li>
                                 <a class="active" href="(*menu_item_link*)">(*menu_item_title*)</a>
                              </li>
                           </check:if>
                           <check:if not menu_item_selected>
                              <li>
                                 <a href="(*menu_item_link*)">(*menu_item_title*)</a>
                              </li>
                           </check:if>
                        </view:menu>
                     </ul>
                  </nav>
               </box:menu>
               <div class="header" style="background-image: url('https://bayanbox.ir/view/1324800142713816103/IMG-20240623-000004-324.jpg')"></div>
            </div>
         </div>
      </div>
   </header>
   <main>
      <div class="container">
         <div class="row no-gutters">
            <div class="col-12 col-md-9 p-2">
               <box:post_list>
                  <check:if post_list_title>
                     <div class="block">(*post_list_title*)</div>
                  </check:if>
                  <view:post_list>
                     <div class="post-container">
                        <div class="post-header">
                           <h2><a href="(*post_link*)">(*post_title*)</a></h2>
                           <h4>
                              | (*post_date format="%A %e %B"*)
                              ((*post_comment_count*) دیدگاه)
                              <box:post_rating>
                                 <span class="rate-box (*user_rated*)"> 
                                 <span class="rate-button-box rate-up (*user_rated_up*)"> 
                                 (<a class="rate-button" href="(*rate_up_link*)" rel="nofollow" title="like">(*up_rates*) پسند</a>) 
                                 </span> 
                                 </span>
                              </box:post_rating>
                           </h4>
                        </div>
                        <div class="post-content">
                           <check:if post_image>
                              <img src="(*post_image*)" alt="">
                           </check:if>
                           <div>(*post_summary*)</div>
                           <check:if post_has_read_more>
                           <a href="(*post_link*)" class="read-more">ادامه‌ی نویسه ...</a>
                           </check:if>
                        </div>
                     </div>
                  </view:post_list>
               </box:post_list>
               <box:post_detail>
                  <div class="post-container">
                     <div class="post-header">
                        <h2><a href="(*post_link*)">(*post_title*)</a></h2>
                        <h4>
                           | به قلم (*post_author*) در (*post_date format="%A %e %B %y"*)
                           <box:post_rating>
                              <span class="rate-box (*user_rated*)"> 
                              <span class="rate-button-box rate-up (*user_rated_up*)"> 
                              ( <a class="rate-button" href="(*rate_up_link*)" rel="nofollow" title="like">(*up_rates*) لایک</a> ) 
                              </span> 
                              </span>
                           </box:post_rating>
                        </h4>
                        <box:post_tags>
                           <div class="post-tags">
                              <view:post_tags>
                                 <a href="(*tag_link*)">#(*tag_name*)</a>
                              </view:post_tags>
                           </div>
                        </box:post_tags>
                     </div>
                     <div class="post-content">
                        <p>(*post_full_content*)</p>
                     </div>
                     <check:if post_has_comments_section>
                        <box:post_comments>
                           <view:post_comments>
                              <div class="post-comments comment-body" id="comment-(*comment_id*)">
                                 <div class="sender">
                                    <img src="(*comment_avatar*)">
                                    <a href="(*comment_website*)">(*comment_fullname*)</a> در (*comment_date*)
                                 </div>
                                 <p>
                                    (*comment_body*)
                                 </p>
                                 <check:if comment_reply>
                                    <div class="comment-reply">
                                       پاسخ (*comment_reply_fullname*): (*comment_reply*)
                                    </div>
                                 </check:if>
                              </div>
                           </view:post_comments>
                        </box:post_comments>
                     </check:if>
                     <check:if post_has_send_comment>
                        <div class="post-comments">
                           (*comment_add_form*)
                        </div>
                     </check:if>
                  </div>
               </box:post_detail>
               <box:page_detail>
                  <div class="post-container">
                     <div class="post-header">
                        <h2><a href="(*page_link*)">(*page_title*)</a></h2>
                     </div>
                     <div class="post-content">
                        <p>(*page_content*)</p>
                     </div>
                     <check:if page_has_comments_section>
                        <box:page_comments>
                           <view:page_comments>
                              <div class="post-comments comment-body" id="comment-(*comment_id*)">
                                 <div class="sender">
                                    <img src="(*comment_avatar*)">
                                    <a href="(*comment_website*)">(*comment_fullname*)</a> در (*comment_date*)
                                 </div>
                                 <p>
                                    (*comment_body*)
                                 </p>
                                 <check:if comment_reply>
                                    <div class="comment-reply">
                                       پاسخ (*comment_reply_fullname*): (*comment_reply*)
                                    </div>
                                 </check:if>
                              </div>
                           </view:page_comments>
                        </box:page_comments>
                     </check:if>
                     <check:if page_has_send_comment>
                        <div class="post-comments">
                           (*comment_add_form*)
                        </div>
                     </check:if>
                  </div>
               </box:page_detail>
               <box:pagination>
                  <div class="col p-0 pt-2 text-center">
                               <div class="block pagination text-right" style="display: block;">
                                        <check:if page_next>
                                           <a href="(*page_next*)" style="float: left">قدیمی‌تر</a>
                                        </check:if>
                                        <check:if page_prev>
                                           <a href="(*page_prev*)">جدیدتر</a>
                                        </check:if>
                                    <div style="clear: both;"></div>
                     </div>
                  </div>
               </box:pagination>
            </div>
            <!-- End of base col and begining of the sidebar -->	
            <div class="col-12 col-md-3 p-2">
               <aside>
                  <box:blog_info>
                     <div class="block">
                        <h3 class="title">
                           درباره
                        </h3>
                        <img src="(*blog_image*)" class="blog-image">
                        <p class="blog-info">
                           (*blog_description*)
                        </p>
                        (*search_form*)
                        (*follow_box*)
                     </div>
                  </box:blog_info>
                  <box:stat>
                     <div class="block">
                        <h3 class="title">
                           آمار
                        </h3>
                        <ul class="stat">
                           <view:stat>
                              <li>
                                 <span>◂ (*stat_title*)</span>
                                 <span class="float-left">(*stat_value*)</span>
                              </li>
                           </view:stat>
                        </ul>
                     </div>
                  </box:stat>
                  <box:recent_comments max="5">
                     <div class="block">
                        <h3 class="title">
                           آخرین دیدگاه‌ها
                        </h3>
                        <ul>
                           <view:recent_comments>
                              <li class="py-1"><a href="(*comment_link*)">
                                 <img src="(*comment_avatar*)" style="border-radius: 10px; width: 35px;">
                                 (*comment_fullname*): (*comment_body_text max="15"*)</a>
                              </li>
                           </view:recent_comments>
                        </ul>
                     </div>
                  </box:recent_comments>
                  <box:authors>
                     <div class="block">
                        <h3 class="title">
                           نویسندگان
                        </h3>
                        <ul>
                           <view:authors>
                              <check:if author_selected>
                                 <li><a class="active" href="(*author_link*)">◂ (*author_name*) ((*author_post_count*))</a></li>
                              </check:if>
                              <check:if not author_selected>
                                 <li><a href="(*author_link*)">◂ (*author_name*) ((*author_post_count*))</a></li>
                              </check:if>
                           </view:authors>
                        </ul>
                     </div>
                  </box:authors>
                  <box:archive>
                     <div class="block">
                        <h3 class="title">
                           آرشیو
                        </h3>
                        <ul>
                           <view:archive>
                              <check:if archive_selected>
                                 <li><a class="active" href="(*link_url*)">◂ (*link_name*)</a></li>
                              </check:if>
                              <check:if not archive_selected>
                                 <li><a href="(*link_url*)">◂ (*link_name*)</a></li>
                              </check:if>
                           </view:archive>
                        </ul>
                     </div>
                  </box:archive>
                  <box:tag_cloud>
                     <div class="block">
                        <h3 class="title">
                           ابر کلمات کلیدی
                        </h3>
                        <ul class="tag-cloud">
                           <view:tag_cloud>
                              <check:if tag_selected>
                                 <li>[ <a class="active" href="(*tag_link*)">(*tag_name*)</a> ]</li>
                              </check:if>
                              <check:if not tag_selected>
                                 <li>[ <a href="(*tag_link*)">(*tag_name*)</a> ]</li>
                              </check:if>
                           </view:tag_cloud>
                        </ul>
                     </div>
                  </box:tag_cloud>
                  <box:categories>
                     <div class="block">
                        <h3 class="title">
                           دسته‌بندی
                        </h3>
                        <ul>
                           <view:categories>
                              <check:if category_selected>
                                 <li>
                                    <a class="active" href="(*category_link*)">◂ (*category_name*) ((*category_post_count*))</a>
                                 </li>
                              </check:if>
                              <check:if not category_selected>
                                 <li><a href="(*category_link*)">◂ (*category_name*) ((*category_post_count*))</a></li>
                              </check:if>
                           </view:categories>
                        </ul>
                     </div>
                  </box:categories>
                  <box:recent_posts max="10">
                     <div class="block">
                        <h3 class="title">
                           جدیدترین‌ها
                        </h3>
                        <ul>
                           <view:recent_posts>
                              <check:if post_selected>
                                 <li><a class="active" href="(*post_link*)">◂ (*post_title*)</a></li>
                              </check:if>
                              <check:if not post_selected>
                                 <li><a href="(*post_link*)">◂ (*post_title*)</a></li>
                              </check:if>
                           </view:recent_posts>
                        </ul>
                     </div>
                  </box:recent_posts>
                  <box:popular_posts max="10">
                     <div class="block">
                        <h3 class="title">
                           محبوب‌‌ترین‌ها
                        </h3>
                        <ul>
                           <view:popular_posts>
                              <check:if post_selected>
                                 <li><a class="active" href="(*post_link*)">◂ (*post_title*)</a></li>
                              </check:if>
                              <check:if not post_selected>
                                 <li><a href="(*post_link*)">◂ (*post_title*)</a></li>
                              </check:if>
                           </view:popular_posts>
                        </ul>
                     </div>
                  </box:popular_posts>
                  <box:most_commented_posts max="10">
                     <div class="block">
                        <h3 class="title">
                           پربحث‌ترین‌ها
                        </h3>
                        <ul>
                           <view:most_commented_posts>
                              <check:if post_selected>
                                 <li><a class="active" href="(*post_link*)">◂ (*post_title*)</a></li>
                              </check:if>
                              <check:if not post_selected>
                                 <li><a href="(*post_link*)">◂ (*post_title*)</a></li>
                              </check:if>
                           </view:most_commented_posts>
                        </ul>
                     </div>
                  </box:most_commented_posts>
                  <box:most_visited_posts max="10">
                     <div class="block">
                        <h3 class="title">
                           پرببینده‌ترین‌ها
                        </h3>
                        <ul>
                           <view:most_visited_posts>
                              <check:if post_selected>
                                 <li><a class="active" href="(*post_link*)">◂ (*post_title*)</a></li>
                              </check:if>
                              <check:if not post_selected>
                                 <li><a href="(*post_link*)">◂ (*post_title*)</a></li>
                              </check:if>
                           </view:most_visited_posts>
                        </ul>
                     </div>
                  </box:most_visited_posts>
                  <box:links>
                     <div class="block">
                        <h3 class="title">
                           پیوندها
                        </h3>
                        <ul>
                           <view:links>
                              <li><a href="(*link_url*)" alt="(*link_alt*)">◂ (*link_name*)</a></li>
                           </view:links>
                        </ul>
                     </div>
                  </box:links>
                  <box:daily_links>
                     <div class="block">
                        <h3 class="title">
                           پیوندهای روزانه
                        </h3>
                        <ul>
                           <view:daily_links>
                              <li><a href="(*link_url*)" alt="(*link_alt*)">◂ (*link_name*)</a></li>
                           </view:daily_links>
                        </ul>
                     </div>
                  </box:daily_links>
                  <box:ads>
                     <div class="block">
                        <h3 class="title">
                           تبلیغات بیان
                        </h3>
                        <ul>
                           <view:ads>
                              <li>(*ad*)</li>
                           </view:ads>
                        </ul>
                     </div>
                  </box:ads>
               </aside>
            </div>
         </div>
      </div>
   </main>
   <footer>
      <div class="container">
         <div class="row no-gutters">
            <div class="col-12 p-2 pt-0">
               <div class="footer-container">
                  قدرت گرفته از <a href="http://blog.ir">بیان</a>
                  <span class="float-left">
                  طراحی توسط <a href="http://diaar.blog.ir">راوی</a>
                  </span>
               </div>
            </div>
         </div>
      </div>
   </footer>

</body></html>