You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
739 B
Django/Jinja

다음은 오늘 수집된 신규 채용 공고 {{ count }}건입니다.
한국어로 간결하게 요약하고, 추천 우선순위 3개를 제시하세요.
데이터를 임의로 추가하거나 변조하지 마세요. 원본 그대로 사용하세요.
채용 공고 목록:
{% for p in postings %}
- [{{ p.site_id }}] {{ p.title }}{% if p.company %} / {{ p.company }}{% endif %}{% if p.location %} / {{ p.location }}{% endif %}{% if p.posted_text %} / {{ p.posted_text }}{% endif %}{% if p.job_url %} / {{ p.job_url }}{% endif %}
{% endfor %}
출력 형식:
# 오늘의 신규 채용 공고
- [사이트] 직무 / 회사 / 위치 / 게시일 / URL
...
## 추천 우선순위
1. (이유 포함)
2. (이유 포함)
3. (이유 포함)