<div class="post-tools-container">
	<ul class="article-tools-list">
		<!-- TOC aside toggle -->
		<% if (theme.articles.toc.enable) { %>
		<li class="right-bottom-tools page-aside-toggle">
			<i class="fa-regular fa-outdent"></i>
		</li>
		<% } %>

		<!-- go comment -->
		<% if (theme.comment.enable === true && theme.comment.hasOwnProperty('system') && page.comment !== false) { %>
		<li class="go-comment">
			<i class="fa-regular fa-comments"></i>
		</li>
		<% } %>
	</ul>
</div>