{% extends "base.html" %} {% block title %}포트폴리오 · ARGOS{% endblock %} {# Widen the wrap on desktop so the Keep grid can run multi-column instead of one full-width column of oversized covers. #} {% block page_class %}page--portfolio{% endblock %} {% block content %} {% if not view.active and not view.quiet %}

아직 Keep한 자산이 없습니다. 관측 피드에서 마음에 드는 항목을 Keep 해보세요.

{% else %} {% if view.active %}

새 신호 있음

{% set items = view.active %} {% include "_portfolio_cards.html" %}
{% endif %} {% if view.quiet %}

조용함

{% set items = view.quiet %} {% include "_portfolio_cards.html" %}
{% endif %} {% endif %} {% endblock %}