email_template = """
<b>Opportunity Summary <a href="{{ opptyURL }}">{{ OpptyNumber }}</a></b><br>
Client: {{ clientName }}<br>
Opportunity Desc: {{ opptyDesc }}<br>
Total TCV (USD): {{ TCV }}<br>
Country: {{ country }}<br>
Geo: {{ geo }}<br>
Market: {{ market }}<br>
Sector: {{ sectorName }}<br>
Industry: {{ sicName }}<br>
OO: {{ ooEmail }}<br>
<br>
In the above code snippet i want to read values from kafka message and insert into email template for example OpportunityNumber read from kafka message and insert into template after replacing all values .send that email template to kafka topic.