Back to registry
PromptSpecv0.1.0PublicNo reports · 0
Create a detailed travel itinerary in HTML format
A reusable AI prompt for create a detailed travel itinerary in html format. It begins: <!DOCTYPE html <html <head <title Travel Itinerary: Nanjing to Changchun</title <style body { font-family: Arial, sans-serif; } .itinerary { margin: 20px; } .day { margin-bottom: 20px; } .header { fo…
djwideUpdated 2026-05-14Apache-2.0
Overview
Overview
This package was created via the API. Eval suites and safety policies will appear here once attached.
Prompt
v0.1.0Imported from prompts.chat.
System
— empty —
User
prompt_templatetext
<!DOCTYPE html>
<html>
<head>
<title>Travel Itinerary: Nanjing to Changchun</title>
<style>
body { font-family: Arial, sans-serif; }
.itinerary { margin: 20px; }
.day { margin-bottom: 20px; }
.header { font-size: 24px; font-weight: bold; }
.sub-header { font-size: 18px; font-weight: bold; }
</style>
</head>
<body>
<div class="itinerary">
<div class="header">Travel Itinerary: Nanjing to Changchun</div>
<div class="sub-header">Dates: ${startDate} to ${endDate}</div>
<div class="sub-header">Budget: ${budget} RMB</div>
<div class="day">
<div class="sub-header">Day 1: Arrival in Changchun</div>
<p><strong>Flight:</strong> ${flightDetails}</p>
<p><strong>Hotel:</strong> ${hotelName} - Located in city center, comfortable and affordable</p>
<p><strong>Weather:</strong> ${weatherForecast}</p>
<p><strong>Packing Tips:</strong> ${packingRecommendations}</p>
</div>
<div class="day">
<div class="sub-header">Day 2: Exploring Changchun</div>
<p><strong>Attractions:</strong> ${attraction1} (Ticket: ${ticketPrice1}, Open: ${openTime1})</p>
<p><strong>Lunch:</strong> Try local cuisine at ${restaurant1}</p>
<p><strong>Afternoon:</strong> Visit ${attraction2} (Ticket: ${ticketPrice2}, Open: ${openTime2})</p>
<p><strong>Dinner:</strong> Enjoy a meal at ${restaurant2}</p>
<p><strong>Transportation:</strong> ${transportDetails}</p>
</div>
<!-- Repeat similar blocks for Day 3, Day 4, etc. -->
<div class="day">
<div class="sub-header">Day 5: Departure</div>
<p><strong>Return Flight:</strong> ${returnFlightDetails}</p>
</div>
</div>
</body>
</html>Variables
- {startdate}requiredUser-provided value for startdate.
- {enddate}requiredUser-provided value for enddate.
- {budget}requiredUser-provided value for budget.
- {flightdetails}requiredUser-provided value for flightdetails.
- {hotelname}requiredUser-provided value for hotelname.
- {weatherforecast}requiredUser-provided value for weatherforecast.
- {packingrecommendations}requiredUser-provided value for packingrecommendations.
- {attraction1}requiredUser-provided value for attraction1.
- {ticketprice1}requiredUser-provided value for ticketprice1.
- {opentime1}requiredUser-provided value for opentime1.
- {restaurant1}requiredUser-provided value for restaurant1.
- {attraction2}requiredUser-provided value for attraction2.
- {ticketprice2}requiredUser-provided value for ticketprice2.
- {opentime2}requiredUser-provided value for opentime2.
- {restaurant2}requiredUser-provided value for restaurant2.
- {transportdetails}requiredUser-provided value for transportdetails.
- {returnflightdetails}requiredUser-provided value for returnflightdetails.
Imported from prompts.chat. Review the original source and license before production use.
Liveness reports
Liveness
No one has reported running this wrapper yet. Be the first — the score updates as soon as you submit.
Sign in to report whether this wrapper works on your model.