{% block title %}{{ portfolio_name|default:"投资组合" }} - 公开分享{% endblock %}
{% block extra_css %}{% endblock %}
{% if requires_password %}
{% include "share/password_modal.html" %}
{% endif %}
{% include "share/partials/disclaimer_modal.html" %}
{% include "share/partials/hero.html" %}
{% include "share/partials/metrics.html" %}
{% include "share/partials/performance_chart.html" %}
{% include "share/partials/positions.html" %}
{% include "share/partials/transactions.html" %}
{% include "share/partials/decision_summary.html" %}
{% include "share/partials/disclaimer.html" %}