我正在尝试将自定义标签插入页面
这应该工作吗?
<after css:content-children="#viewlet-below-content-body">
<a href="@@historyview">History</a>
</after>
似乎只有替换允许我插入/替换自定义标签
<replace css:content-children="#viewlet-below-content-body">
<a href="@@historyview">History</a>
</replace>